SecDBFileReader GetCandleDataAsCandleSamples Method NFX Class Library

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

Overload List

  NameDescription
Public methodGetCandleDataAsCandleSamples(UInt32, DateTime)
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
Public methodGetCandleDataAsCandleSamples(UInt32, Int32)
Tries to find a candle stream returned as CandleSamples with the specified exact resolution skipping the specofoed number of seconds and returns it, or returns an empty enumerable if resolution is not available
Public methodGetCandleDataAsCandleSamples(SecDBFileReader CandleHeader, DateTime)
Returns candle data at the specified resolution starting at the specified start time
Public methodGetCandleDataAsCandleSamples(SecDBFileReader CandleHeader, Int32)
Returns candle data at the specified resolution skipping the first specified number of seconds
Back to Top
See Also