SecDBFileReader GetCandleDataAsCandleSamples Method (SecDBFileReader CandleHeader, DateTime)NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns candle data at the specified resolution starting at the specified start time

Namespace: NFX.Financial.Market.SecDb
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public IEnumerable<CandleSample> GetCandleDataAsCandleSamples(
	SecDBFileReader..::..CandleHeader header,
	DateTime startTimeUTC
)

Return Value

Type: OnlineIEnumerable CandleSample 
See Also