[This is preliminary documentation and is subject to change.]
Overload List
Name | Description | |
---|---|---|
![]() | GetCandleDataAsCandleSamples(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
|
![]() | GetCandleDataAsCandleSamples(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
|
![]() | GetCandleDataAsCandleSamples(SecDBFileReader CandleHeader, DateTime) |
Returns candle data at the specified resolution starting at the specified start time
|
![]() | GetCandleDataAsCandleSamples(SecDBFileReader CandleHeader, Int32) |
Returns candle data at the specified resolution skipping the first specified number of seconds
|
See Also