SecDBFileReader GetStreamData Method NFX Class Library

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

Overload List

  NameDescription
Public methodGetStreamData(UInt32, DateTime)
Tries to find a candle stream by resolution and returns stream data starting from the specified UTC start time
Public methodGetStreamData(UInt32, Int32)
Tries to find a candle stream by resolution and return stream data skipping the specified seconds count from data start
Public methodGetStreamData(SecDBFileReader CandleHeader, DateTime)
Gets stream data per candle header index starting from the specified UTC start time
Public methodGetStreamData(SecDBFileReader CandleHeader, Int32)
Gets stream data per candle header index skipping the specified seconds count from data start
Back to Top
See Also