Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1.24 KB

File metadata and controls

36 lines (19 loc) · 1.24 KB

LimitExecutionRequestDetails

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]
type string Order type for limit orders [default to undefined]
timeInForce TimeInForce [default to undefined]
limitPrice string Price for limit orders [default to undefined]
baseAssetRail TransferRail [optional] [default to undefined]
quoteAssetRail TransferRail [optional] [default to undefined]

Enum: LimitExecutionRequestDetailsSideEnum

  • Buy (value: 'BUY')

  • Sell (value: 'SELL')

Enum: LimitExecutionRequestDetailsTypeEnum

  • Limit (value: 'LIMIT')

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