| Name | Type | Description | Notes |
|---|---|---|---|
| currencyPair | string | Currency pair, `BTC_USDT` represents selling `BTC` and buying `USDT` | [optional] [readonly] [default to undefined] |
| sellCurrency | string | Currency to sell | [optional] [readonly] [default to undefined] |
| buyCurrency | string | Currency to buy | [optional] [readonly] [default to undefined] |
| sellMinAmount | string | Minimum sell quantity | [optional] [readonly] [default to undefined] |
| sellMaxAmount | string | Maximum sell quantity | [optional] [readonly] [default to undefined] |
| buyMinAmount | string | Minimum buy quantity | [optional] [readonly] [default to undefined] |
| buyMaxAmount | string | Maximum buy quantity | [optional] [readonly] [default to undefined] |