[This is preliminary documentation and is subject to change.]
Tries to find a candle stream by resolution and return stream data skipping the specified seconds count from data start
Namespace: NFX.Financial.Market.SecDbAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public IEnumerable<SecDBFileReader..::..StreamSample> GetStreamData(
uint resolutionSec,
int skipSeconds = 0
)
public IEnumerable<SecDBFileReader..::..StreamSample> GetStreamData(
uint resolutionSec,
int skipSeconds = 0
)
Public Function GetStreamData (
resolutionSec As UInteger,
Optional skipSeconds As Integer = 0
) As IEnumerable(Of SecDBFileReader..::..StreamSample)
Public Function GetStreamData (
resolutionSec As UInteger,
Optional skipSeconds As Integer = 0
) As IEnumerable(Of SecDBFileReader..::..StreamSample)
public:
IEnumerable<SecDBFileReader..::..StreamSample^>^ GetStreamData(
unsigned int resolutionSec,
int skipSeconds = 0
)
public:
IEnumerable<SecDBFileReader..::..StreamSample^>^ GetStreamData(
unsigned int resolutionSec,
int skipSeconds = 0
)
member GetStreamData :
resolutionSec : uint32 *
?skipSeconds : int
(* Defaults:
let _skipSeconds = defaultArg skipSeconds 0
*)
-> IEnumerable<SecDBFileReader..::..StreamSample>
member GetStreamData :
resolutionSec : uint32 *
?skipSeconds : int
(* Defaults:
let _skipSeconds = defaultArg skipSeconds 0
*)
-> IEnumerable<SecDBFileReader..::..StreamSample>
Return Value
Type:
IEnumerable SecDBFileReader StreamSample