| Name | Type | Description | Notes |
|---|---|---|---|
| Id | int64 | Flash swap order ID | [optional] [readonly] |
| CreateTime | int64 | Creation time of order (in milliseconds) | [optional] [readonly] |
| UserId | int64 | User ID | [optional] [readonly] |
| SellCurrency | string | Currency to sell | [optional] [readonly] |
| SellAmount | string | Amount to sell | [optional] [readonly] |
| BuyCurrency | string | Currency to buy | [optional] [readonly] |
| BuyAmount | string | Amount to buy | [optional] [readonly] |
| Price | string | Price | [optional] [readonly] |
| Status | int32 | Flash swap order status `1` - success `2` - failure | [optional] [readonly] |