Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 920 Bytes

OptionsCandlestick.md

File metadata and controls

14 lines (11 loc) · 920 Bytes

# OptionsCandlestick

Properties

Name Type Description Notes
t double Unix timestamp in seconds [optional]
v int 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]