SecDBFileReader CandleHeader GetSkipSecondsUntil Method NFX Class Library

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

Returns how many seconds need to be skipped to arrive at the particular date. The negative return means that the supplied data is BEFORE the data start

Namespace: NFX.Financial.Market.SecDb
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public int GetSkipSecondsUntil(
	DateTime utcDate
)

Return Value

Type: OnlineInt32
See Also