Class MTFixDialect
- Namespace
- StockSharp.Fix.MT
- Assembly
- StockSharp.Fix.dll
MT FIX protocol dialect.
[Display(ResourceType = typeof(LocalizedStrings), Name = "MT", GroupName = "Forex")]
[MediaIcon("MT5_logo.svg")]
public class MTFixDialect : DefaultFixDialect, IFixDialect, IMessageAdapter, IMessageChannel, ICloneable<IMessageChannel>, ICloneable, IPersistable, ILogReceiver, ILogSource, IDisposable, IDemoAdapter
- Inheritance
-
MTFixDialect
- Implements
-
ICloneable<IMessageChannel>IPersistable
- Inherited Members
- Extension Methods
Constructors
MTFixDialect(IdGenerator)
Initializes a new instance of the MTFixDialect.
public MTFixDialect(IdGenerator transactionIdGenerator)
Parameters
transactionIdGenerator
IdGeneratorTransaction id generator.
Properties
ExtraSetup
The adapter requires extra setup.
public override bool ExtraSetup { get; }
Property Value
PossibleSupportedMessages
Possible supported by adapter message types.
public override IEnumerable<MessageTypeInfo> PossibleSupportedMessages { get; }