Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 914 Bytes

OptionsCandlestick.md

File metadata and controls

16 lines (11 loc) · 914 Bytes

OptionsCandlestick

Properties

Name Type Description Notes
T float64 Unix timestamp in seconds [optional]
V int64 size volume (contract size). Only returned if `contract` is not prefixed [optional]
C string Close price (quote currency, unit: underlying corresponding option price) [optional]
H string Highest price (quote currency, unit: underlying corresponding option price) [optional]
L string Lowest price (quote currency, unit: underlying corresponding option price) [optional]
O string Open price (quote currency, unit: underlying corresponding option price) [optional]

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