SecDBFileReader GetCandleData Method (UInt32, Int32)NFX Class Library

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

Tries to find a candle stream with the specified exact resolution skipping the specified number of seconds 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<SecDBFileReader..::..CandleData> GetCandleData(
	uint resolutionSec,
	int skipSeconds = 0
)

Return Value

Type: OnlineIEnumerable SecDBFileReader CandleData 
See Also