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

Interface: LOT_SIZE

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

types/filters.LOT_SIZE

The LOT_SIZE filter defines the quantity (aka "lots" in auction terms) rules for a symbol.

Table of contents

Properties

Properties

filterType

filterType: "LOT_SIZE"

Defined in: types/filters.ts:26


maxQty

maxQty: string

defines the maximum quantity/icebergQty allowed.

Defined in: types/filters.ts:30


minQty

minQty: string

defines the minimum quantity/icebergQty allowed.

Defined in: types/filters.ts:28


stepSize

stepSize: string

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

Defined in: types/filters.ts:32

Clone this wiki locally