Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 785 Bytes

DeliveryCandlestick.md

File metadata and controls

19 lines (14 loc) · 785 Bytes

Io.Gate.GateApi.Model.DeliveryCandlestick

data point in every timestamp

Properties

Name Type Description Notes
T double Unix timestamp in seconds [optional]
V long 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]

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