BacktestingDataSourceOptions
Summary
Represents options of a backtesting data source, used for creating new data source.
Signature
1 | |
Namespace
cAlgo.API
See Also
Methods
ToString
Signature
1 | |
Return Value
string
PrintMembers
Signature
1 | |
Parameters
| Name | Type | Description |
|---|---|---|
| builder | StringBuilder |
Return Value
bool
GetHashCode
Signature
1 | |
Return Value
int
Equals (2)
Equals (1 of 2)
Signature
1 | |
Parameters
| Name | Type | Description |
|---|---|---|
| obj | object |
Return Value
bool
Equals (2 of 2)
Signature
1 | |
Parameters
| Name | Type | Description |
|---|---|---|
| other | BacktestingDataSourceOptions |
Return Value
bool
$
Signature
1 | |
Return Value
BacktestingDataSourceOptions
Deconstruct
Signature
1 | |
Parameters
| Name | Type | Description |
|---|---|---|
| SupportedDataTypes | BacktestingDataSourceDataType& | |
| MinMaxTimeHandler | Func`2& | |
| DataRequestHandler | Action`1& |
Return Value
void
Properties
SupportedDataTypes
Summary
Supported data types (ex: BacktestingDataSourceDateType.Tick | BacktestingDataSourceDateType.M1OpenPrices)
Signature
1 | |
Return Value
BacktestingDataSourceDataType
MinMaxTimeHandler
Summary
Handler function for getting minimum and maximum time.
Signature
1 | |
Return Value
Func
DataRequestHandler
Summary
Handler function for handling data requests.
Signature
1 | |
Return Value
Action