Class LmaxMessageAdapter
- Namespace
- StockSharp.LMAX
- Assembly
- StockSharp.LMAX.dll
The messages adapter for LMAX.
[OrderCondition(typeof(LmaxOrderCondition))]
[MediaIcon("lmax_logo.svg")]
[Doc("topics/api/connectors/forex/lmax.html")]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Lmax", Description = "ForexConnector", GroupName = "Forex")]
[MessageAdapterCategory(MessageAdapterCategories.FX|MessageAdapterCategories.History|MessageAdapterCategories.RealTime|MessageAdapterCategories.Free|MessageAdapterCategories.Candles|MessageAdapterCategories.MarketDepth|MessageAdapterCategories.Level1|MessageAdapterCategories.Transactions)]
public class LmaxMessageAdapter : MessageAdapter, IMessageAdapter, IMessageChannel, ICloneable<IMessageChannel>, ICloneable, IPersistable, ILogReceiver, ILogSource, IDisposable, INotifyPropertyChanged, ILoginPasswordAdapter, IDemoAdapter
- Inheritance
-
LmaxMessageAdapter
- Implements
- Inherited Members
- Extension Methods
Constructors
LmaxMessageAdapter(IdGenerator)
Initializes a new instance of the LmaxMessageAdapter.
public LmaxMessageAdapter(IdGenerator transactionIdGenerator)
Parameters
transactionIdGeneratorIdGeneratorTransaction id generator.
Fields
DefaultHeartbeatInterval
Default value for HeartbeatInterval.
public static readonly TimeSpan DefaultHeartbeatInterval
Field Value
Properties
AllTimeFrames
Possible time-frames.
public static IEnumerable<TimeSpan> AllTimeFrames { get; }
Property Value
AssociatedBoards
The adapter can process subscription only with instruments associated with the specified board.
public override string[] AssociatedBoards { get; }
Property Value
- string[]
CandleDownloadInterval
Candle downloading sleep interval.
[Display(ResourceType = typeof(LocalizedStrings), Name = "TimeInterval", Description = "CandleDownloadInterval", GroupName = "General", Order = 4)]
public TimeSpan CandleDownloadInterval { get; set; }
Property Value
FeatureName
Feature name.
public override string FeatureName { get; }
Property Value
IsDemo
Connect to demo trading instead of real trading server.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Demo", Description = "DemoTradingConnect", GroupName = "Connection", Order = 2)]
[BasicSetting]
public bool IsDemo { get; set; }
Property Value
IsNativeIdentifiers
Identify security in messages by native identifier Native.
public override bool IsNativeIdentifiers { get; }
Property Value
Login
Login.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Login", Description = "LoginDot", GroupName = "Connection", Order = 0)]
[BasicSetting]
public string Login { get; set; }
Property Value
Password
Password.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Password", Description = "PasswordDot", GroupName = "Connection", Order = 1)]
[BasicSetting]
public SecureString Password { get; set; }
Property Value
SecuritiesLocation
LMAX location.
[Display(ResourceType = typeof(LocalizedStrings), Name = "LmaxLocation", Description = "LmaxLocationDesc", GroupName = "Connection", Order = 3)]
public LmaxLocations? SecuritiesLocation { get; set; }
Property Value
StorageName
The storage name, associated with the adapter.
public override string StorageName { get; }
Property Value
Methods
IsAllDownloadingSupported(DataType)
Is for the specified dataType all securities downloading enabled.
public override bool IsAllDownloadingSupported(DataType dataType)
Parameters
dataTypeDataTypeData type info.
Returns
- bool
Check result.
IsSupportCandlesUpdates(MarketDataMessage)
Support candles subscription and live updates.
public override bool IsSupportCandlesUpdates(MarketDataMessage subscription)
Parameters
subscriptionMarketDataMessage
Returns
- bool
Check result.
Load(SettingsStorage)
Load settings.
public override void Load(SettingsStorage storage)
Parameters
storageSettingsStorageSettings storage.
OnSendInMessage(Message)
Send message.
protected override bool OnSendInMessage(Message message)
Parameters
messageMessageMessage.
Returns
Save(SettingsStorage)
Save settings.
public override void Save(SettingsStorage storage)
Parameters
storageSettingsStorageSettings storage.
ToString()
public override string ToString()