Can you please send me a callback implementation for Place Order call? I just need to know order Id and place order price after placing order. I am making market price order call as below.
@infotrade For Limit Order,when the Stock CMP reach at entered price it gets executed but If your buy/sell quantity is not available,the remaining Quantity will be in queue waiting. When again CMP will go at that price then your buy/sell price quantity get executed and this create multiple orders in order book.
Console.WriteLine("Order Id: " + response["data"]["order_id"]);
Can you please send me all possible parameter for response ? I don't want to place any dummy order to know/code it
For Limit Order,when the Stock CMP reach at entered price it gets executed but If your buy/sell quantity is not available,the remaining Quantity will be in queue waiting. When again CMP will go at that price then your buy/sell price quantity get executed and this create multiple orders in order book.
Basically, there will be always one order id but it can have multiple trade ids.