Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 809 Bytes

FuturesCandlestick.md

File metadata and controls

17 lines (12 loc) · 809 Bytes

FuturesCandlestick

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) [optional]
H string Highest price (quote currency) [optional]
L string Lowest price (quote currency) [optional]
O string Open price (quote currency) [optional]
Sum string Trading volume (unit: Quote currency) [optional]

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