Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

Latest commit

 

History

History
28 lines (24 loc) · 1.42 KB

OrderRes.md

File metadata and controls

28 lines (24 loc) · 1.42 KB

OrderRes

Properties

Name Type Description Notes
OrderId string [optional] [default to null]
UserId float32 [optional] [default to null]
Symbol string [optional] [default to null]
Side string [optional] [default to null]
OrderType string [optional] [default to null]
Price float64 [optional] [default to null]
Qty string [optional] [default to null]
TimeInForce string [optional] [default to null]
OrderStatus string [optional] [default to null]
LastExecTime float64 [optional] [default to null]
LastExecPrice float64 [optional] [default to null]
LeavesQty float32 [optional] [default to null]
CumExecQty float32 [optional] [default to null]
CumExecValue float32 [optional] [default to null]
CumExecFee float64 [optional] [default to null]
RejectReason string [optional] [default to null]
OrderLinkId string [optional] [default to null]
CreatedAt string [optional] [default to null]
UpdatedAt string [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]