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

Interface: MAX_NUM_ORDERS

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

types/filters.MAX_NUM_ORDERS

The MAX_NUM_ORDERS filter defines the maximum number of orders an account is allowed to have open on a symbol. Note that both "algo" orders and normal orders are counted for this filter.

Table of contents

Properties

Properties

filterType

filterType: "MAX_NUM_ORDERS"

Defined in: types/filters.ts:66


maxNumOrders

maxNumOrders: number

Defined in: types/filters.ts:67

Clone this wiki locally