KiteNet Namespace |
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)
Class | Description | |
---|---|---|
![]() | AppUpdateEventArgs |
Event arguments for the AppUpdateEvent.
|
![]() ![]() | Bridge |
Bridge for Kite Connect API
|
![]() ![]() | Kite |
This class exposes all properties and methods supported by Kite Connect API
|
![]() | MtmUpdateEventArgs |
Event arguments for the MtmUpdateEvent.
|
![]() | OrderUpdateEventArgs |
Event arguments for the OrderUpdateEvent.
|
![]() | PositionUpdateEventArgs |
Event arguments for the PositionUpdateEvent.
|
![]() | QuotesReceivedEventArgs |
Event arguments for the QuotesReceivedEvent.
|
![]() | TradeUpdateEventArgs |
Event arguments for the TradeUpdateEvent.
|