Property Candles
- Namespace
- WhalesSecret.TradeScriptLib.Entities.MarketData
- Assembly
- WhalesSecret.TradeScriptLib.dll
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.
public IReadOnlyList<Candle> Candles { get; }