LseFixDialect
StockSharp.Fix.Dialects
LSE FIX protocol dialect.
Inherits: BaseFixDialect
Constructors
LseFixDialect
public LseFixDialect(IdGenerator transactionIdGenerator)
lseFixDialect = LseFixDialect(transactionIdGenerator)
LSE FIX protocol dialect.
- transactionIdGenerator
- Transaction id generator.
Properties
FeatureName
public override string FeatureName { get; }
value = lseFixDialect.FeatureName
Feature name.
Methods
OnWriteAsync
protected override ValueTask<string> OnWriteAsync(IFixWriter writer, Message message, CancellationToken cancellationToken)
result = lseFixDialect.OnWriteAsync(writer, message, cancellationToken)
Write the specified message into FIX protocol.
- writer
- The recorder of data in the FIX protocol format.
- message
- The message.
- cancellationToken
- Cancellation token.
Returns: FixMessages value.