Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.47 KB

File metadata and controls

25 lines (22 loc) · 1.47 KB

# DualGetOrders

Properties

Name Type Description Notes
id int Order ID [optional]
plan_id int Product ID [optional]
copies string Units [optional]
invest_amount string Investment Quantity [optional]
settlement_amount string Settlement Quantity [optional]
create_time int Created time [optional]
complete_time int Completed Time [optional]
status string Status: `INIT`-Created `SETTLEMENT_SUCCESS`-Settlement Success `SETTLEMENT_PROCESSING`-Settlement Processing `CANCELED`-Canceled `FAILED`-Failed [optional]
invest_currency string Investment Token [optional]
exercise_currency string Strike Token [optional]
exercise_price string Strike price [optional]
settlement_price string Settlement price [optional]
settlement_currency string Settlement currency [optional]
apy_display string Annual Yield [optional]
apy_settlement string Settlement Annual Yield [optional]
delivery_time int Settlement time [optional]
text string Custom order information [optional]

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