Public Member Functions | |
| IDataFeedConnector | CreateConnector (string dataPath) |
| void | ApplySettings (IDataFeedConnector connector) |
| bool | CheckSupported (out string? errorMessage) |
| Checks if connector is supported on this machine. | |
| bool | HasSameCredentials (IConnectorSettings other) |
| Checks if this connector has the same credentials as another connector. Also verifies that the connector types match. | |
Properties | |
| string | Type [get] |
| string | Description [get] |
| Uri | Logo [get] |
| Guid | Id [get, set] |
| string | Name [get, set] |
| bool | IsMarketDataEnabled [get, set] |
| bool | IsAutoConnectEnabled [get, set] |
| ConnectorFeatures | Features [get] |
| ConnectorSettingsTypes | SettingsTypes [get] |
| bool | IsDemo [get] |
| Indicates that connector uses TestNet environment. | |
| MarketDataDelayPeriods | MarketDataDelayPeriod [get] |
| void OFT.Core.IConnectorSettings.ApplySettings | ( | IDataFeedConnector | connector | ) |
Implemented in OFT.Core.BaseConnectorSettings< T, TSelf >.
| bool OFT.Core.IConnectorSettings.CheckSupported | ( | out string? | errorMessage | ) |
Checks if connector is supported on this machine.
| errorMessage | Null if supported otherwise contains error text |
Implemented in OFT.Core.BaseConnectorSettings< T, TSelf >.
| IDataFeedConnector OFT.Core.IConnectorSettings.CreateConnector | ( | string | dataPath | ) |
Implemented in OFT.Core.BaseConnectorSettings< T, TSelf >.
| bool OFT.Core.IConnectorSettings.HasSameCredentials | ( | IConnectorSettings | other | ) |
Checks if this connector has the same credentials as another connector. Also verifies that the connector types match.
Implemented in OFT.Core.BaseConnectorSettings< T, TSelf >.
|
get |
Implemented in OFT.Core.BaseConnectorSettings< T, TSelf >.
|
get |
Implemented in OFT.Core.BaseConnectorSettings< T, TSelf >.
|
getset |
Implemented in OFT.Core.BaseConnectorSettings< T, TSelf >.
|
getset |
Implemented in OFT.Core.BaseConnectorSettings< T, TSelf >.
|
get |
Indicates that connector uses TestNet environment.
Implemented in OFT.Core.BaseConnectorSettings< T, TSelf >.
|
getset |
Implemented in OFT.Core.BaseConnectorSettings< T, TSelf >.
|
get |
Implemented in OFT.Core.BaseConnectorSettings< T, TSelf >.
|
get |
Implemented in OFT.Core.BaseConnectorSettings< T, TSelf >.
|
getset |
Implemented in OFT.Core.BaseConnectorSettings< T, TSelf >.
|
get |
Implemented in OFT.Core.BaseConnectorSettings< T, TSelf >.
|
get |
Implemented in OFT.Core.BaseConnectorSettings< T, TSelf >.