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: MAX_POSITION
Daniel Brenot edited this page Apr 22, 2021
·
1 revision
types/filters.MAX_POSITION
The MAX_POSITION filter defines the allowed maximum position an account can have on the base asset of a symbol. An account's position defined as the sum of the account's: free balance of the base asset locked balance of the base asset sum of the qty of all open BUY orders BUY orders will be rejected if the account's position is greater than the maximum position allowed.
• filterType: "MAX_POSITION"
Defined in: types/filters.ts:90
• maxPosition: string
Defined in: types/filters.ts:91
- 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