Class NasdaqFixDialect
- Namespace
- StockSharp.Fix.Dialects
- Assembly
- StockSharp.Fix.dll
NASDAQ FIX protocol dialect.
[MediaIcon("nasdaq_logo.svg")]
[Display(ResourceType = typeof(LocalizedStrings), Name = "NASDAQ", GroupName = "Stock")]
public class NasdaqFixDialect : BaseFixDialect, IFixDialect, IMessageAdapter, IMessageChannel, ICloneable<IMessageChannel>, ICloneable, IPersistable, ILogReceiver, ILogSource, IDisposable, IDemoAdapter
- Inheritance
-
NasdaqFixDialect
- Implements
- Inherited Members
- Extension Methods
Constructors
NasdaqFixDialect(IdGenerator)
Initializes a new instance of the NasdaqFixDialect.
public NasdaqFixDialect(IdGenerator transactionIdGenerator)
Parameters
transactionIdGeneratorIdGeneratorTransaction id generator.
Properties
FeatureName
Feature name.
public override string FeatureName { get; }
Property Value
Methods
OnWrite(IFixWriter, Message)
Write the specified message into FIX protocol.
protected override string OnWrite(IFixWriter writer, Message message)
Parameters
writerIFixWriterThe recorder of data in the FIX protocol format.
messageMessageThe message.
Returns
- string
FixMessages value.