Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 975 Bytes

FlashSwapOrder.md

File metadata and controls

19 lines (14 loc) · 975 Bytes

FlashSwapOrder

Properties

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]

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