| Name | Type | Description | Notes |
|---|---|---|---|
| id | number | Flash swap order ID | [optional] [readonly] [default to undefined] |
| createTime | number | Creation time of order (in milliseconds) | [optional] [readonly] [default to undefined] |
| userId | number | User ID | [optional] [readonly] [default to undefined] |
| sellCurrency | string | Currency to sell | [optional] [readonly] [default to undefined] |
| sellAmount | string | Amount to sell | [optional] [readonly] [default to undefined] |
| buyCurrency | string | Currency to buy | [optional] [readonly] [default to undefined] |
| buyAmount | string | Amount to buy | [optional] [readonly] [default to undefined] |
| price | string | Price | [optional] [readonly] [default to undefined] |
| status | number | Flash swap order status `1` - success `2` - failure | [optional] [readonly] [default to undefined] |