Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1009 Bytes

FlashSwapOrder.md

File metadata and controls

22 lines (17 loc) · 1009 Bytes

Io.Gate.GateApi.Model.FlashSwapOrder

Flash swap order

Properties

Name Type Description Notes
Id long Flash swap order ID [optional] [readonly]
CreateTime long Creation time of order (in milliseconds) [optional] [readonly]
UserId long 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 int Flash swap order status `1` - success `2` - failure [optional] [readonly]

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