| Name | Type | Description | Notes |
|---|---|---|---|
| type | string | Order type for quote orders | [default to undefined] |
| quoteId | string | Quote ID for quote orders | [default to undefined] |
| quoteAmount | string | Quote amount for quote 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] |
| baseAssetRail | TransferRail | [optional] [default to undefined] | |
| quoteAssetRail | TransferRail | [optional] [default to undefined] | |
| reQuote | QuoteExecutionWithRequoteResponseDetailsAllOfReQuote | [optional] [default to undefined] |
Quote(value:'QUOTE')
-
Buy(value:'BUY') -
Sell(value:'SELL')
[Back to top] [Back to API list] [Back to Model list] [Back to README]