Converted the Win App to a console app. But no logs are showing in console. Don't know why still checking.
Also please note that when modifying to a Market order I am passing the following parameters only.
mKite.ModifyOrder(OrderId: "26040....",Qu…
Assuming that kite .net library is writing logs using "Console.WriteLine". But my application is Winforms. So that need to check workaround for the logs.
Please give some time.
If possible please change "Console.WriteLine" to "Debug.WriteLine" when…
Have updated the version to v5.1.0. But the issue is still there. Please see the steps below to reproduce the issue.
Place a SL-L order and try to modify it to Market order by calling ModifyOrder with market protection to MarketProtection: 2.00.
B…
@Matti
@tonystark
@salim_chisty
Any comment regarding the above issue. Can I pass "MarketProtection:MarketProtection.Auto" when modifying a limit order to market order.
But in my case first 'TRIGGER PENDING' is coming with the correct values and then 'UPDATE' is coming with previous values. Once we get 'TRIGGER PENDING' is it meant that order modification is successful and sitting at the exchange server. Could you …