Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 1.24 KB

PriceLevel.md

File metadata and controls

13 lines (8 loc) · 1.24 KB

PriceLevel

PriceLevel It is the state of a the market with respect to a specific price. It is represented as an array of 2 integer values. The first one is the price value and the second one is the total number of resting contract at that price among all orders. Minimum length: 2 Maximum length: 2 Items.0.Minimum: 1 Items.0.Maximum: 99 Items.1.Minimum: 0 Example: [30, 50] means there are 50 resting

Properties

Name Type Description Notes
value [int] PriceLevel It is the state of a the market with respect to a specific price. It is represented as an array of 2 integer values. The first one is the price value and the second one is the total number of resting contract at that price among all orders. Minimum length: 2 Maximum length: 2 Items.0.Minimum: 1 Items.0.Maximum: 99 Items.1.Minimum: 0 Example: [30, 50] means there are 50 resting
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]