MaximumNumberOfRepeatingGroupEntries Property | Table of Content | Decode Method |
Decoder Methods |
The Decoder type exposes the following members.
Name | Description | |
---|---|---|
Decode(Byte[]) |
Decodes the given FAST stream chunk into the corresponding FIX Message.
| |
Decode(Byte[], Message) |
Decodes the given FAST stream chunk into the corresponding FIX Message.
| |
Decode(Byte[], Int32, Int32) |
Decodes the given FAST stream chunk into the corresponding FIX Message.
| |
Decode(Byte[], Int32, Int32, Message) |
Decodes the given FAST stream chunk into the corresponding FIX Message.
| |
Decode(Byte[], Int32, Int32, Int32) |
Decodes the given FAST stream chunk into the corresponding FIX Message.
| |
Decode(Byte[], Int32, Int32, Int32, Message) |
Decodes the given FAST stream chunk into the corresponding FIX Message.
| |
Decode(Byte[], Int32, Int32, Int32, Int32) |
Decodes the given FAST stream chunk into the corresponding FIX Message.
| |
Decode(Byte[], Int32, Int32, Int32, Int32, Message) |
Decodes the given FAST stream chunk into the corresponding FIX Message.
| |
DecodeUnsignedInteger |
Decodes the given FAST stream chunk into the corresponding unsigned integer value.
| |
Dispose() | Explicitly releases resource. | |
Dispose(Boolean) | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Perform cleanup operations on unmanaged resources held by the current Decoder object before the object is destroyed. (Overrides Object.Finalize().) | |
GenerateFixDialect(String, String) | Generates FIX dialect XML. | |
GenerateFixDialect(ProtocolVersion, String, String) | Generates FIX dialect XML. | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Reset |
Resets the state of the previous values dictionaries (sets the state of the previous values to undefined).
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryDecodeUnsignedInteger |
Tries to decode the given FAST stream chunk into the corresponding unsigned integer value.
|