Table of Contents

Class SimbaMessageAdapter

Namespace
StockSharp.Simba
Assembly
StockSharp.Simba.dll

The message adapter for StockSharp.Simba.

[MediaIcon("moex_logo.svg")]
[Doc("topics/api/connectors/russia/simba.html")]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Simba", Description = "SbeDesc", GroupName = "Russia")]
[MessageAdapterCategory(MessageAdapterCategories.Russia|MessageAdapterCategories.RealTime|MessageAdapterCategories.Transactions)]
public class SimbaMessageAdapter : UdpMessageAdapter, INotifyPropertyChanged, IUdpMessageAdapter, IMessageAdapter, IMessageChannel, ICloneable<IMessageChannel>, ICloneable, IPersistable, ILogReceiver, ILogSource, IDisposable, ILoginPasswordAdapter
Inheritance
SimbaMessageAdapter
Implements
Inherited Members
Extension Methods

Remarks

Initializes a new instance of the SimbaMessageAdapter.

Constructors

SimbaMessageAdapter(IdGenerator)

The message adapter for StockSharp.Simba.

public SimbaMessageAdapter(IdGenerator transactionIdGenerator)

Parameters

transactionIdGenerator IdGenerator

Transaction id generator.

Remarks

Initializes a new instance of the SimbaMessageAdapter.

Properties

DialectType

Dialect.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Type", Description = "Dialect", GroupName = "Session", Order = 0)]
[BasicSetting]
public DialectTypes DialectType { get; set; }

Property Value

DialectTypes

Methods

Load(SettingsStorage)

Load settings.

public override void Load(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

Save(SettingsStorage)

Save settings.

public override void Save(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.