Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 694 Bytes

File metadata and controls

22 lines (16 loc) · 694 Bytes

MyFuturesTrade

Properties

Name Type Description Notes
id Long Trade ID [optional]
createTime BigDecimal Trading time [optional]
contract String Futures contract [optional]
orderId String Order ID related [optional]
size Long Trading size [optional]
price String Trading price [optional]
role RoleEnum Trade role. Available values are `taker` and `maker` [optional]

Enum: RoleEnum

Name Value
TAKER "taker"
MAKER "maker"