Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1.91 KB

File metadata and controls

30 lines (26 loc) · 1.91 KB

BatchOrder

Properties

Name Type Description Notes
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]
succeeded bool Whether order succeeds [optional]
label str Error label, empty string if order succeeds [optional]
message str Detailed error message, empty string if order succeeds [optional]
id str Order ID [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 [optional]
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 [optional]
amount str Trade amount [optional]
price str Order price [optional]
time_in_force str Time in force [optional] [default to 'gtc']
left str Amount left to fill [optional]
fill_price str Fill price of the order [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]