Class HistoryRequestParameters
Resolves a history request parameters per symbol
Syntax
public class HistoryRequestParameters : RequestParameters, IXElementSerialization
Constructors
HistoryRequestParameters()
Declaration
public HistoryRequestParameters()
Properties
Aggregation
Declaration
public HistoryAggregation Aggregation { get; set; }
Property Value
Copy
Declaration
public HistoryRequestParameters Copy { get; }
Property Value
ForceReload
Declaration
public bool ForceReload { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FromTime
Declaration
public DateTime FromTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
HistoryType
Declaration
public HistoryType HistoryType { get; set; }
Property Value
Type |
Description |
TradingPlatform.BusinessLayer.HistoryType |
|
OnlyMainSession
Declaration
public bool OnlyMainSession { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Period
Declaration
public Period Period { get; set; }
Property Value
ProgressInfo
Declaration
public HistoryRequestParametersProgressInfo ProgressInfo { get; set; }
Property Value
Type |
Description |
TradingPlatform.BusinessLayer.HistoryRequestParametersProgressInfo |
|
Symbol
Declaration
public Symbol Symbol { get; set; }
Property Value
ToTime
Declaration
public DateTime ToTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Type
Declaration
public override RequestType Type { get; }
Property Value
Type |
Description |
TradingPlatform.BusinessLayer.RequestType |
|
Overrides