Click or drag to resize

KiteNet Namespace

DotNet Library For Kite Connect API

This Namespace has Kite and Bridge classes.

Kite class is a wrapper built around Zerodha API. Kite class exposes all properties and methods supported by Zerodha API. Kite class is used to build custom trading platform and integrate trading algorithms.

Bridge class is used to connect 3rd TA softwares (Ex: Amibroker, Excel, Metatrader etc) with Kite class. Trading platforms built with Kite class will act as a Front-end to receive requests from the Bridge.

Example Trading Platforms built with Kite class: 1. KiteXL (Excel Trading Platform) 2. Hello Kite v2.0 (.Net Application)

Classes
  ClassDescription
Public classAppUpdateEventArgs
Event arguments for the AppUpdateEvent.
Public classCode exampleBridge
Bridge for Kite Connect API
Public classCode exampleKite
This class exposes all properties and methods supported by Kite Connect API
Public classMtmUpdateEventArgs
Event arguments for the MtmUpdateEvent.
Public classOrderUpdateEventArgs
Event arguments for the OrderUpdateEvent.
Public classPositionUpdateEventArgs
Event arguments for the PositionUpdateEvent.
Public classQuotesReceivedEventArgs
Event arguments for the QuotesReceivedEvent.
Public classTradeUpdateEventArgs
Event arguments for the TradeUpdateEvent.