Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 882 Bytes

OptionsCandlestick.md

File metadata and controls

13 lines (10 loc) · 882 Bytes

OptionsCandlestick

Properties

Name Type Description Notes
t number Unix timestamp in seconds [optional] [default to undefined]
v number size volume (contract size). Only returned if `contract` is not prefixed [optional] [default to undefined]
c string Close price (quote currency, unit: underlying corresponding option price) [optional] [default to undefined]
h string Highest price (quote currency, unit: underlying corresponding option price) [optional] [default to undefined]
l string Lowest price (quote currency, unit: underlying corresponding option price) [optional] [default to undefined]
o string Open price (quote currency, unit: underlying corresponding option price) [optional] [default to undefined]