doubles

About

Username
doubles
Joined
Visits
5
Last Active
Roles
Member

Comments

  • Thanks Sujith. One follow-up question: How do we decide when to retry placing an order? For instance, there could be a case when an order failed because of a technical glitch(and hence we should re-try placing the order) vs shortage of funds (when…
  • Thanks Srijan. Quick follow up, order history is in chronological order. Hence, if an order is at first partially filled & subsequently fully-filled then we will get both these entries via "GET /orders/:order_id"(along with other statues the or…
  • Based on the link of trades shared by @sujith tag field is not available on trades. So, query order book for tag, get order id then use "Filled quantity" to know if the order is completely or partially filled. Have you come across a case…
  • Thanks, can you please confirm that “Z” will create a new order ID in case original order is partially filled(when second or third order are executed to complete the fill) - or is it handled via "filled quantity" ? Also, if multiple orders are place…