ATAS
|
Properties | |
bool | MarketDataOnly [get, set] |
Properties inherited from OFT.Core.BaseConnectorSettings< T > | |
string | Type [get, set] |
string | Description [get] |
Uri | Logo [get] |
Guid | Id [get, set] |
virtual string | DisplayName [get, set] |
string | Name [get, set] |
bool | IsMarketDataEnabled [get, set] |
bool | IsAutoConnectEnabled [get, set] |
bool | AllowUpdatePositionsPnL [get, set] |
TimeOnly? | RefreshSecuritiesTime [get, set] |
abstract ConnectorFeatures | Features [get] |
virtual ConnectorSettingsTypes | SettingsTypes [get] |
virtual bool | IsDemo [get] |
Indicates that connector uses TestNet environment. | |
virtual MarketDataDelayPeriods | MarketDataDelayPeriod [get] |
Properties inherited from OFT.Core.IConnectorSettings | |
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] |
Properties inherited from ATAS.DataFeedsCore.ISupportMarketDataOnly | |
bool | MarketDataOnly [get, set] |
Additional Inherited Members | |||
Public Member Functions inherited from OFT.Core.BaseConnectorSettings< T > | |||
IDataFeedConnector | CreateConnector (string dataPath) | ||
void | ApplySettings (IDataFeedConnector connector) | ||
virtual bool | CheckSupported (out string? errorMessage) | ||
Checks if connector is supported on this machine.
| |||
override string | ToString () | ||
IDataFeedConnector | CreateConnector (string dataPath) | ||
void | ApplySettings (IDataFeedConnector connector) | ||
bool | CheckSupported (out string? errorMessage) | ||
Checks if connector is supported on this machine. | |||
Protected Member Functions inherited from OFT.Core.BaseConnectorSettings< T > | |||
BaseConnectorSettings () | |||
abstract IDataFeedConnector | OnCreateConnector (string dataPath) | ||
abstract void | OnApplySettings (IDataFeedConnector connector) | ||
void | RaisePropertyChanged (string propertyName) | ||
bool | SetProperty< TValue > (ref TValue storage, TValue newValue, string propertyName, Action< TValue, TValue > onChanged=null) | ||
override IDataFeedConnector | OnCreateConnector (string dataPath) | ||
override void | OnApplySettings (IDataFeedConnector connector) | ||
abstract void | OnApplySettings (T connector) | ||
Events inherited from OFT.Core.BaseConnectorSettings< T > | |||
PropertyChangedEventHandler | PropertyChanged | ||
|
getset |
Implements ATAS.DataFeedsCore.ISupportMarketDataOnly.