The Decoder type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Decoder(String, Dialect, Boolean) |
Creates a FAST to FIX Decoder.
|
![]() | Decoder(String, ProtocolVersion, Boolean) |
Creates a FAST to FIX Decoder.
|
Methods
Name | Description | |
---|---|---|
![]() | Decode(array<Byte>[]()[][]) |
Decodes the given FAST stream chunk into the corresponding FIX Message.
|
![]() | Decode(array<Byte>[]()[][], Int32, Int32) |
Decodes the given FAST stream chunk into the corresponding FIX Message.
|
![]() | Decode(array<Byte>[]()[][], Int32, Int32, Int32%) |
Decodes the given FAST stream chunk into the corresponding FIX Message.
|
![]() | Decode(array<Byte>[]()[][], Int32, Int32, Int32%, Int32%) |
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) | Releases the unmanaged resources used by the Decoder and optionally releases the managed resources |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Perform cleanup operations on unmanaged resources held by the current Decoder object before the object is destroyed. (Overrides Object..::..Finalize()()()().) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(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 | (Inherited from Object.) |
![]() ![]() | TryDecodeUnsignedInteger |
Tryes to decodes the given FAST stream chunk into the corresponding unsigned integer value.
|
Properties
Name | Description | |
---|---|---|
![]() | DecodeEachMessageIndependently |
Option to reset the previous values dictionaries before decoding a new FAST stream chunk.
|