Skip to content
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.

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.

Table of contents

Properties

Properties

applyToMarket

applyToMarket: boolean

Defined in: types/filters.ts:41


avgPriceMins

avgPriceMins: number

Defined in: types/filters.ts:42


filterType

filterType: "MIN_NOTIONAL"

Defined in: types/filters.ts:39


minNotional

minNotional: string

Defined in: types/filters.ts:40

Clone this wiki locally