Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 949 Bytes

File metadata and controls

26 lines (14 loc) · 949 Bytes

ExecutionRequestBaseDetails

Properties

Name Type Description Notes
side string Side of the order [default to SideEnum_Buy]
baseAmount string Amount to convert [default to undefined]
baseAssetId string Source asset identifier [default to undefined]
quoteAssetId string Target asset identifier [default to undefined]
baseAssetRail TransferRail [optional] [default to undefined]
quoteAssetRail TransferRail [optional] [default to undefined]

Enum: ExecutionRequestBaseDetailsSideEnum

  • Buy (value: 'BUY')

  • Sell (value: 'SELL')

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