SamplingUtils MembersNFX Class Library

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

The SamplingUtils type exposes the following members.
Methods

  NameDescription
Public methodStatic memberAggregateHomogeneousSamples
Aggregates source stream of the normally equidistant samples of the same type by the specified factor
Public methodStatic memberSynthesizeCandles(IEnumerable ITimeSeriesSample , UInt32, Action CandleSample, SecDBFileReader QuoteSample, Int32 , Action CandleSample, SecDBFileReader TradeSample, Int32 )
Synthesizes a stream of candle samples from Quote and Trade samples coming from the market (i.e SecDB file)
Public methodStatic memberSynthesizeCandles T (IEnumerable ITimeSeriesSample , UInt32, Action T, SecDBFileReader QuoteSample, Int32 , Action T, SecDBFileReader TradeSample, Int32 )
Synthesizes a stream of candle samples from Quote and Trade samples coming from a market data source (i.e SecDB file)
Back to Top
See Also