![]() | Table of Content | Encoder Constructor ![]() |
Encoder Class |
Namespace: FIXForge.NET.FIX.FAST
public class Encoder : IDisposable
The Encoder type exposes the following members.
Name | Description | |
---|---|---|
![]() | Encoder(String, Boolean) |
Creates a FIX to FAST Encoder.
|
![]() | Encoder(String, Dialect, Boolean) |
Creates a FIX to FAST Encoder.
|
![]() | Encoder(String, ProtocolVersion, Boolean) |
Creates a FIX to FAST Encoder.
|
![]() | Encoder(ProtocolVersion, String, Boolean) |
Creates a FIX to FAST Encoder.
|
![]() | Encoder(ProtocolVersion, String, String, Boolean) |
Creates a FIX to FAST Encoder.
|
Name | Description | |
---|---|---|
![]() | Dialect |
Returns FIX Dialect, generated from templates file.
|
![]() | EncodeEachMessageIndependently | Option to reset the previous values dictionaries before encoding a new FIX message. |
![]() | IsDisposed |
Returns true if Encoder object is disposed, false otherwise.
|
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 | 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 Encoder object before the object is destroyed. (Overrides Object.Finalize().) |
![]() | 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.) |