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

Interface: MARKET_LOT_SIZE

Daniel Brenot edited this page Apr 22, 2021 · 1 revision

types/filters.MARKET_LOT_SIZE

The MARKET_LOT_SIZE filter defines the quantity (aka "lots" in auction terms) rules for MARKET orders on a symbol.

Table of contents

Properties

Properties

filterType

filterType: "MARKET_LOT_SIZE"

Defined in: types/filters.ts:55


maxQty

maxQty: string

defines the maximum quantity allowed.

Defined in: types/filters.ts:59


minQty

minQty: string

defines the minimum quantity allowed.

Defined in: types/filters.ts:57


stepSize

stepSize: string

defines the intervals that a quantity can be increased/decreased by.

Defined in: types/filters.ts:61

Clone this wiki locally