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: PRICE_FILTER
Daniel Brenot edited this page Apr 22, 2021
·
1 revision
types/filters.PRICE_FILTER
The PRICE_FILTER defines the price rules for a symbol.
• filterType: "PRICE_FILTER"
Defined in: types/filters.ts:7
• maxPrice: string
defines the maximum price/stopPrice allowed; disabled on maxPrice == 0.
Defined in: types/filters.ts:11
• minPrice: string
defines the minimum price/stopPrice allowed; disabled on minPrice == 0.
Defined in: types/filters.ts:9
• tickPrice: string
tickSize defines the intervals that a price/stopPrice can be increased/decreased by; disabled on tickSize == 0.
Defined in: types/filters.ts:13
- 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