CandleData Members

The CandleData type exposes the following members.

Properties


  Name Description
Public property Close
The price (quote) at which the last transaction was completed in a given time period.
Public property High
The highest price (quote) at which the base was traded during the time period.
Public property Low
The lowest price (quote) at which the base was traded during the time period.
Public property Open
The price (quote) at which the first transaction was completed in a given time period.
Public property Period
The timestamp for starting of the time period (bucket), represented in UNIX milliseconds.
Public property Volume
The amount of base asset traded in the given time period.