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

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.

Table of contents

Properties

Properties

filterType

filterType: "PRICE_FILTER"

Defined in: types/filters.ts:7


maxPrice

maxPrice: string

defines the maximum price/stopPrice allowed; disabled on maxPrice == 0.

Defined in: types/filters.ts:11


minPrice

minPrice: string

defines the minimum price/stopPrice allowed; disabled on minPrice == 0.

Defined in: types/filters.ts:9


tickPrice

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

Clone this wiki locally