SecDBFileReader GetCandleDataAsCandleSamples Method (UInt32, DateTime)NFX Class Library

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

Tries to find a candle stream returned as CandleSamples with the specified exact resolution starting at the specified start time and returns it, or returns an empty enumerable if resolution is not available

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

public IEnumerable<CandleSample> GetCandleDataAsCandleSamples(
	uint resolutionSec,
	DateTime startTimeUTC
)

Return Value

Type: OnlineIEnumerable CandleSample 
See Also