SecDBFileReader GetCandleData Method (SecDBFileReader CandleHeader, Int32)NFX Class Library

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

Returns candle data at the specified resolution skipping the first specified number of seconds

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(
	SecDBFileReader..::..CandleHeader header,
	int skipSeconds = 0
)

Return Value

Type: OnlineIEnumerable SecDBFileReader CandleData 
See Also