| Name | Type | Description | Notes |
|---|---|---|---|
| type | string | Order type for limit orders | [default to undefined] |
| timeInForce | TimeInForce | [default to undefined] | |
| limitPrice | string | Price for limit orders | [default to undefined] |
| 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] |
| quoteId | string | Quote ID for quote orders | [default to undefined] |
| baseAssetRail | TransferRail | [optional] [default to undefined] | |
| quoteAssetRail | TransferRail | [optional] [default to undefined] | |
| reQuote | QuoteExecutionWithRequoteRequestDetailsAllOfReQuote | [optional] [default to undefined] |
-
Limit(value:'LIMIT') -
Market(value:'MARKET') -
Quote(value:'QUOTE')
-
Buy(value:'BUY') -
Sell(value:'SELL')
[Back to top] [Back to API list] [Back to Model list] [Back to README]