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