Decoder Methods | Table of Content | Decode Method (Byte[]) |
Decoder.Decode Method |
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.
|