[This is preliminary documentation and is subject to change.]
The CandleSample type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| CandleSample | Initializes a new instance of the CandleSample class | |
| CandleSample(DateTime) | Initializes a new instance of the CandleSample class |
Methods
| Name | Description | |
|---|---|---|
| Add |
Add a price to current candle sample
| |
| AggregateSample(CandleSample) | ||
| AggregateSample(ITimeSeriesSample) | (Overrides TimeSeriesSampleBase AggregateSample(ITimeSeriesSample).) | |
Determines whether the specified object is equal to the current object. (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| GenerateRandom |
Generates random market candle stream
| |
Serves as the default hash function. (Inherited from | ||
Gets the (Inherited from | ||
| MakeAggregateInstance | (Overrides TimeSeriesSampleBase MakeAggregateInstance .) | |
Creates a shallow copy of the current (Inherited from | ||
| Replace | ||
| SummarizeAggregation | (Inherited from TimeSeriesSampleBase.) | |
Returns a string that represents the current object. (Inherited from |
Extension Methods
Properties
| Name | Description | |
|---|---|---|
| AssociatedData |
Associates an arbitrary data
(Inherited from TimeSeriesSampleBase.) | |
| BuyVolume | ||
| ClosePrice | ||
| Count | ||
| Empty | ||
| HighPrice | ||
| LowPrice | ||
| OpenPrice | ||
| SellVolume | ||
| TimeSpanMs |
Timespan in MS that this candle covers, may not be always needed
| |
| TimeStamp | (Inherited from TimeSeriesSampleBase.) |
See Also