Hi,
I got the earlier error sorted out but, now receiving the error as "Trade Symbol is Null or Invalid".
Here is the code snippet. I am doing it in C#.
string InstruName;
string InstruName = "TITAN17JULFUT";
string OrderId = Kite.PlaceBO("NFO", InstruName, "Buy", 1, 523.25, 2,2,1);
Please help.
July 2017