BitMEX / sample-market-maker

Sample BitMEX Market Making Bot
Apache License 2.0
1.7k stars 757 forks source link

Detail of order parameter #203

Closed skynet0590 closed 4 years ago

skynet0590 commented 5 years ago

Hi there. I am trying to use BitMEX api to do a small app. Now I am discovering order api. But not sure how to use some field in order struct Can someone let me know the value of order quantify. I see we have orderQty, displayQty, simpleOrderQty, leavesQty, simpleCumQty and cumQty. Thank you

STRML commented 4 years ago

See https://www.bitmex.com/api/explorer/#!/Order/Order_getOrders, including the link to the FIX spec.