Interface ITimeSeriesSample
Represents a sample of a TimeSeries stream
Inherited Members
Namespace: NFX.Financial.Market
Assembly: NFX.dll
Syntax
public interface ITimeSeriesSample : ITimedSample
Properties
AssociatedData
Associates an arbitrary data
Declaration
object AssociatedData { get; }
Property Value
Type | Description |
---|---|
System.Object |
Methods
AggregateSample(ITimeSeriesSample)
Adds a sample to this aggregation instance
Declaration
void AggregateSample(ITimeSeriesSample sample)
Parameters
Type | Name | Description |
---|---|---|
ITimeSeriesSample | sample |
MakeAggregateInstance()
Makes aggregate instance
Declaration
ITimeSeriesSample MakeAggregateInstance()
Returns
Type | Description |
---|---|
ITimeSeriesSample |
SummarizeAggregation()
Summarizes aggregation on this isntance
Declaration
void SummarizeAggregation()