I need help in figuring out how to place orders and do order management with Zerodha's Kite using C++.
For the sake of argument, let us assume that I am using Global datafeed's C++ api for retrieving data and I have also written my own logic to generate trade orders along with profit target and stop loss. Now I am having trouble figuring out how to execute these orders on Zerodha's Kite through their documentation. If somebody has already figured it out, I'll appreciate their help.
Basically, I am interested in implementation of following methods for Zerodha's Kite in C++:
1) Login flow for Zerodha Kite
2) Placing an order
3) Modifying/cancelling an order
4) Have an event which notifies when an order is filled automatically or method to check if a particular order is filled.
For the sake of argument, let us assume that I am using Global datafeed's C++ api for retrieving data and I have also written my own logic to generate trade orders along with profit target and stop loss. Now I am having trouble figuring out how to execute these orders on Zerodha's Kite through their documentation. If somebody has already figured it out, I'll appreciate their help.
Basically, I am interested in implementation of following methods for Zerodha's Kite in C++:
1) Login flow for Zerodha Kite
2) Placing an order
3) Modifying/cancelling an order
4) Have an event which notifies when an order is filled automatically or method to check if a particular order is filled.