IsDisposed Property | Table of Content | Dispose Method |
Encoder Methods |
The Encoder type exposes the following members.
Name | Description | |
---|---|---|
Dispose() | Explicitly releases resource. | |
Dispose(Boolean) | ||
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.) |