Class HistoryAggregation
Syntax
public abstract class HistoryAggregation
Constructors
HistoryAggregation()
Declaration
protected HistoryAggregation()
HistoryAggregation(HistoryAggregation)
Declaration
protected HistoryAggregation(HistoryAggregation _)
Parameters
Fields
DELTA_BARS
Declaration
public const string DELTA_BARS = "Delta bars"
Field Value
DOM_AGGREGATED
Declaration
public const string DOM_AGGREGATED = "Aggregated DOM"
Field Value
DOM_BY_TICKS_COUNT
Declaration
public const string DOM_BY_TICKS_COUNT = "DOM by ticks count"
Field Value
DOM_BY_TIME
Declaration
public const string DOM_BY_TIME = "DOM by time"
Field Value
HEIKIN_ASHI
Declaration
public const string HEIKIN_ASHI = "Heikin Ashi"
Field Value
KAGI
Declaration
public const string KAGI = "Kagi"
Field Value
LEVEL2
Declaration
public const string LEVEL2 = "Level2"
Field Value
LINE_BREAK
Declaration
public const string LINE_BREAK = "Line Break"
Field Value
POINTS_AND_FIGURES
Declaration
public const string POINTS_AND_FIGURES = "Points & Figures"
Field Value
POWER_TRADES
Declaration
public const string POWER_TRADES = "Power Trades"
Field Value
PRICE_CHANGES_COUNT_BARS
Declaration
public const string PRICE_CHANGES_COUNT_BARS = "Price changes count bars"
Field Value
RANGE_BARS
Declaration
public const string RANGE_BARS = "Range bars"
Field Value
RENKO
Declaration
public const string RENKO = "Renko"
Field Value
REVERSAL
Declaration
public const string REVERSAL = "Reversal"
Field Value
SETTINGS_AGGREGATION_HISTORY_TYPE
Declaration
public const string SETTINGS_AGGREGATION_HISTORY_TYPE = "History type"
Field Value
SETTINGS_AGGREGATION_PERIOD
Declaration
public const string SETTINGS_AGGREGATION_PERIOD = "Period"
Field Value
TICK
Declaration
public const string TICK = "Tick"
Field Value
TICK_BARS
Declaration
public const string TICK_BARS = "Tick bars"
Field Value
TICK_LAST_AGGREGATED
Declaration
public const string TICK_LAST_AGGREGATED = "Aggregated ticks (Last)"
Field Value
TIME
Declaration
public const string TIME = "Time"
Field Value
VOLUME
Declaration
public const string VOLUME = "Volume"
Field Value
VWAP
Declaration
public const string VWAP = "VWAP"
Field Value
Properties
DefaultRange
Declaration
public virtual Period DefaultRange { get; }
Property Value
Name
Declaration
public abstract string Name { get; }
Property Value
Settings
Declaration
public virtual IList<SettingItem> Settings { get; set; }
Property Value
Title
Declaration
public virtual string Title { get; }
Property Value
Methods
Equals(object)
Determines whether the specified object is equal to the current object.
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
The object to compare with the current object.
|
Returns
Type |
Description |
bool |
true if the specified object is equal to the current object; otherwise, false.
|
Overrides
Equals(HistoryAggregation)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(HistoryAggregation other)
Parameters
Returns
Type |
Description |
bool |
true if the current object is equal to the other parameter; otherwise, false.
|
GetAggregationToDirectDownload(HistoryMetadata)
Declaration
public abstract HistoryAggregation GetAggregationToDirectDownload(HistoryMetadata metadata)
Parameters
Returns
GetHashCode()
Serves as the default hash function.
Declaration
public override int GetHashCode()
Returns
Type |
Description |
int |
A hash code for the current object.
|
Overrides