SecDBFileReader GetCandleData Method NFX Class Library

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

Overload List

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