forwardIsDisposed Property    Table of ContentDispose Method forward
Encoder Methods

The Encoder type exposes the following members.

Methods
  NameDescription
Public methodDispose()
Explicitly releases resource.
Protected methodDispose(Boolean)
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 the default hash function.
(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.)
Top
See Also