Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.64 KB

File metadata and controls

27 lines (23 loc) · 1.64 KB

Order

Properties

Name Type Description Notes
id str Order ID [optional]
text str User defined information. If not empty, must follow the rules below: 1. prefixed with `t-` 2. no longer than 16 bytes without `t-` prefix 3. can only include 0-9, A-Z, a-z, underscore(_), hyphen(-) or dot(.) [optional]
create_time str Order creation time [optional]
update_time str Order last modification time [optional]
status str Order status - `open`: to be filled - `closed`: filled - `cancelled`: cancelled [optional]
currency_pair str Currency pair
type str Order type. limit - limit order [optional] [default to 'limit']
account str Account type. spot - use spot account; margin - use margin account [optional] [default to 'spot']
side str Order side
amount str Trade amount
price str Order price
time_in_force str Time in force [optional] [default to 'gtc']
left str Amount left to fill [optional]
fill_price str Total filled in quote currency [optional]
fee str Fee deducted [optional]
fee_currency str Fee currency unit [optional]
point_fee str Point used to deduct fee [optional]
gt_fee str GT used to deduct fee [optional]

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