You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
The official documentation speaks of a single Order format. At the moment, it is a hybrid of the types Order and Order2.
string representaion: {"Uuid":null,"OrderUuid":"8cb2a74d-9c3a-45aa-b63e-6f3622cdbebf","Exchange":"USD-BTC","OrderType":"LIMIT_SELL","Quantity":0.00937300,"QuantityRemaining":0.00937300,"Limit":10700.00000000,"CommissionPaid":0.00000000,"Price":0.00000000,"PricePerUnit":null,"Opened":"2019-08-21T14:21:36.99","Closed":null,"CancelInitiated":false,"ImmediateOrCancel":false,"IsConditional":false,"Condition":"NONE","ConditionTarget":null}
It would be nice to fix this
The text was updated successfully, but these errors were encountered:
Hi.
The official documentation speaks of a single Order format. At the moment, it is a hybrid of the types Order and Order2.
string representaion:
{"Uuid":null,"OrderUuid":"8cb2a74d-9c3a-45aa-b63e-6f3622cdbebf","Exchange":"USD-BTC","OrderType":"LIMIT_SELL","Quantity":0.00937300,"QuantityRemaining":0.00937300,"Limit":10700.00000000,"CommissionPaid":0.00000000,"Price":0.00000000,"PricePerUnit":null,"Opened":"2019-08-21T14:21:36.99","Closed":null,"CancelInitiated":false,"ImmediateOrCancel":false,"IsConditional":false,"Condition":"NONE","ConditionTarget":null}
It would be nice to fix this
The text was updated successfully, but these errors were encountered: