This repository has been archived by the owner on Apr 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Interface: MIN_NOTIONAL
Daniel Brenot edited this page Apr 22, 2021
·
1 revision
types/filters.MIN_NOTIONAL
The MIN_NOTIONAL filter defines the minimum notional value allowed for an order on a symbol. An order's notional value is the price * quantity. applyToMarket determines whether or not the MIN_NOTIONAL filter will also be applied to MARKET orders. Since MARKET orders have no price, the average price is used over the last avgPriceMins minutes. avgPriceMins is the number of minutes the average price is calculated over. 0 means the last price is used.
• applyToMarket: boolean
Defined in: types/filters.ts:41
• avgPriceMins: number
Defined in: types/filters.ts:42
• filterType: "MIN_NOTIONAL"
Defined in: types/filters.ts:39
• minNotional: string
Defined in: types/filters.ts:40
- EXCHANGE_MAX_NUM_ALGO_ORDERS
- EXCHANGE_MAX_NUM_ORDERS
- ICEBERG_PARTS
- LOT_SIZE
- MARKET_LOT_SIZE
- MAX_NUM_ALGO_ORDERS
- MAX_NUM_ICEBERG_ORDERS
- MAX_NUM_ORDERS
- MAX_POSITION
- MIN_NOTIONAL
- PERCENT_PRICE
- PRICE_FILTER
- BaseOrderParameters
- CancelOpenOrdersParameters
- LimitMakerOrderParameters
- LimitOrderParameters
- QueryAggTradesParameters
- QueryBookTickerParameters
- QueryDepthParameters
- QueryHistoricalTradesParameters
- QueryKlinesParameters
- QueryOpenOrdersParameters
- QueryTicker24HrParameters
- QueryTickerPriceParameters
- QueryTradesParameters
- StopLossLimitOrderParameters
- StopLossOrderParameters
- TakeProfitLimitOrderParameters
- TakeProfitOrderParameters
- AveragePriceResponse
- CancelOrderResponse
- OrderACKResponse
- OrderFULLResponse
- OrderRESULTResponse
- QueryBookTickerResponse
- QueryDepthResponse
- QueryExchangeInfoResponse
- QueryOrderResponse
- QueryTicker24HrResponse
- QueryTickerPriceResponse
- QueryTimeResponse