Class Coder
Inherited Members
Namespace: OnixS.Fix.Fast
Assembly: OnixS.Fix.Engine.dll
Syntax
public class Coder
Properties
CodeEachMessageIndependently
Declaration
public virtual bool CodeEachMessageIndependently { get; }
Property Value
Type | Description |
---|---|
bool |
FixDictionary
Returns the FIX dictionary used by the coder.
Declaration
public virtual IMessageInfoDictionary FixDictionary { get; }
Property Value
Type | Description |
---|---|
IMessageInfoDictionary |
FixVersion
Returns target FIX version.
Declaration
public virtual ProtocolVersion FixVersion { get; }
Property Value
Type | Description |
---|---|
ProtocolVersion | target FIX version |
Methods
Reset()
Resets the state of the previous values dictionaries (sets the state of the previous values to undefined).
Declaration
public virtual void Reset()