[This is preliminary documentation and is subject to change.]
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
Namespace: NFX.Financial.Market.SecDbAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public IEnumerable<SecDBFileReader..::..CandleData> GetCandleData(
uint resolutionSec,
DateTime startTimeUTC
)
public IEnumerable<SecDBFileReader..::..CandleData> GetCandleData(
uint resolutionSec,
DateTime startTimeUTC
)
Public Function GetCandleData (
resolutionSec As UInteger,
startTimeUTC As DateTime
) As IEnumerable(Of SecDBFileReader..::..CandleData)
Public Function GetCandleData (
resolutionSec As UInteger,
startTimeUTC As DateTime
) As IEnumerable(Of SecDBFileReader..::..CandleData)
public:
IEnumerable<SecDBFileReader..::..CandleData>^ GetCandleData(
unsigned int resolutionSec,
DateTime startTimeUTC
)
public:
IEnumerable<SecDBFileReader..::..CandleData>^ GetCandleData(
unsigned int resolutionSec,
DateTime startTimeUTC
)
member GetCandleData :
resolutionSec : uint32 *
startTimeUTC : DateTime -> IEnumerable<SecDBFileReader..::..CandleData>
member GetCandleData :
resolutionSec : uint32 *
startTimeUTC : DateTime -> IEnumerable<SecDBFileReader..::..CandleData>
Return Value
Type:
IEnumerable SecDBFileReader CandleData