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 |
---|---|
Boolean |
FixDictionary
Returns the FIX dictionary used by the coder.
Declaration
public virtual Dictionary FixDictionary { get; }
Property Value
Type | Description |
---|---|
Dictionary |
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()