Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 820 Bytes

File metadata and controls

17 lines (13 loc) · 820 Bytes

OptionsMyTrade

Properties

Name Type Description Notes
id int Trade ID. [optional]
create_time float Trading time. [optional]
contract str Options contract name. [optional]
order_id int Order ID related. [optional]
size int Trading size. [optional]
price str Trading price (quote currency). [optional]
underlying_price str Underlying price (quote currency). [optional]
role str Trade role. Available values are `taker` and `maker`. [optional]

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