Table of Contents

Class QuikPreTradeFixDialect

Namespace
StockSharp.Fix.Dialects
Assembly
StockSharp.Fix.dll

QUIK PreTrade FIX protocol dialect.

[MediaIcon("QUIK_logo.svg")]
[Display(ResourceType = typeof(LocalizedStrings), Name = "QuikPreTrade", GroupName = "Russia")]
public class QuikPreTradeFixDialect : BaseFixDialect, IFixDialect, IMessageAdapter, IMessageChannel, ICloneable<IMessageChannel>, ICloneable, IPersistable, ILogReceiver, ILogSource, IDisposable, IDemoAdapter
Inheritance
QuikPreTradeFixDialect
Implements
ICloneable<IMessageChannel>
IPersistable
Inherited Members
Extension Methods

Constructors

QuikPreTradeFixDialect(IdGenerator)

Initializes a new instance of the QuikPreTradeFixDialect.

public QuikPreTradeFixDialect(IdGenerator transactionIdGenerator)

Parameters

transactionIdGenerator IdGenerator

Transaction id generator.

Properties

FeatureName

Feature name.

public override string FeatureName { get; }

Property Value

string

PossibleSupportedMessages

Possible supported by adapter message types.

public override IEnumerable<MessageTypeInfo> PossibleSupportedMessages { get; }

Property Value

IEnumerable<MessageTypeInfo>

Methods

OnWrite(IFixWriter, Message)

Write the specified message into FIX protocol.

protected override string OnWrite(IFixWriter writer, Message message)

Parameters

writer IFixWriter

The recorder of data in the FIX protocol format.

message Message

The message.

Returns

string

FixMessages value.