The Encoder type exposes the following members.

Constructors

  NameDescription
Public methodEncoder(String, Dialect, Boolean)
Creates a FIX to FAST Encoder.
Public methodEncoder(String, ProtocolVersion, Boolean)
Creates a FIX to FAST Encoder.

Methods

  NameDescription
Public methodDispose()()()()
Explicitly releases resource.
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the Encoder and optionally releases the managed resources
Public methodEncode(Message)
Encodes the given FIX message into a FAST stream using the default FAST Template Identifier.
Public methodEncode(Message, Int32)
Encodes the given FIX message into a FAST stream.
Public methodStatic memberEncodeUnsignedInteger
FAST encodes the given unsigned integer value.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Perform cleanup operations on unmanaged resources held by the current Encoder object before the object is destroyed.
(Overrides Object..::..Finalize()()()().)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReset
Resets the state of the previous values dictionaries (sets the state of the previous values to undefined).
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyEncodeEachMessageIndependently
Option to reset the previous values dictionaries before encoding a new FIX message.

See Also