The Encoder type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Encoder(String, Dialect, Boolean) |
Creates a FIX to FAST Encoder.
|
![]() | Encoder(String, ProtocolVersion, Boolean) |
Creates a FIX to FAST Encoder.
|
Methods
Name | Description | |
---|---|---|
![]() | Dispose()()()() | Explicitly releases resource. |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the Encoder and optionally releases the managed resources |
![]() | Encode(Message) |
Encodes the given FIX message into a FAST stream using the default FAST Template Identifier.
|
![]() | Encode(Message, Int32) |
Encodes the given FIX message into a FAST stream.
|
![]() ![]() | EncodeUnsignedInteger |
FAST encodes the given unsigned integer value.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Perform cleanup operations on unmanaged resources held by the current Encoder 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.) |
Properties
Name | Description | |
---|---|---|
![]() | EncodeEachMessageIndependently | Option to reset the previous values dictionaries before encoding a new FIX message. |