forwardMaximumNumberOfRepeatingGroupEntries Property    Table of ContentDecode Method forward
Decoder Methods

The Decoder type exposes the following members.

Methods
  NameDescription
Public methodDecode(Byte[])
Decodes the given FAST stream chunk into the corresponding FIX Message.
Public methodDecode(Byte[], Message)
Decodes the given FAST stream chunk into the corresponding FIX Message.
Public methodDecode(Byte[], Int32, Int32)
Decodes the given FAST stream chunk into the corresponding FIX Message.
Public methodDecode(Byte[], Int32, Int32, Message)
Decodes the given FAST stream chunk into the corresponding FIX Message.
Public methodDecode(Byte[], Int32, Int32, Int32)
Decodes the given FAST stream chunk into the corresponding FIX Message.
Public methodDecode(Byte[], Int32, Int32, Int32, Message)
Decodes the given FAST stream chunk into the corresponding FIX Message.
Public methodDecode(Byte[], Int32, Int32, Int32, Int32)
Decodes the given FAST stream chunk into the corresponding FIX Message.
Public methodDecode(Byte[], Int32, Int32, Int32, Int32, Message)
Decodes the given FAST stream chunk into the corresponding FIX Message.
Public methodStatic memberDecodeUnsignedInteger
Decodes the given FAST stream chunk into the corresponding unsigned integer value.
Public methodDispose()
Explicitly releases resource.
Protected methodDispose(Boolean)
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 Decoder object before the object is destroyed.
(Overrides Object.Finalize().)
Public methodStatic memberGenerateFixDialect(String, String)
Generates FIX dialect XML.
Public methodStatic memberGenerateFixDialect(ProtocolVersion, String, String)
Generates FIX dialect XML.
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.)
Public methodStatic memberTryDecodeUnsignedInteger
Tries to decode the given FAST stream chunk into the corresponding unsigned integer value.
Top
See Also