Class CandlestickData
- Namespace
- WhalesSecret.TradeScriptLib.Entities.MarketData
- Assembly
- WhalesSecret.TradeScriptLib.dll
Historical candlestick data retrieved for the specific time frame.
public class CandlestickData
- Inheritance
-
CandlestickData
- Inherited Members
- Extension Methods
Constructors
- CandlestickData(ExchangeSymbolPair, CandleWidth, DateTime, DateTime, IReadOnlyList<Candle>, DateOnly?, DateOnly?)
Creates a new instance of the object.
Properties
- CandleWidth
Width of candlesticks.
- Candles
List of candlesticks within the given time frame. If no data is available for some of the requested candlesticks, empty candlesticks are put in their place.
- DelistingDate
Date when the symbol pair was delisted on the exchange (i.e. data are not available for this date), or
null
if this information is not known.
- EndTime
UTC timestamp of the end of the time frame for which the candlestick data was retrieved. Every returned candlestick starts before this timestamp, but may end after this timestamp.
- ExchangeSymbolPair
Exchange symbol pair of the candlesticks.
- ListingDate
Date when the symbol pair was listed on the exchange, or
null
if this information is not known.
- StartTime
UTC timestamp of the start of the time frame for which the candlestick data was retrieved.
Methods
- ToString()
Returns a string that represents the current object.