TryDecode Method (Int32, Int32, UInt32, Byte[], Int32, Int32, Message, UInt32) | Table of Content | Encoder Constructor |
Encoder Class |
Namespace: FIXForge.NET.FIX.SBE
public class Encoder : IDisposable
The Encoder type exposes the following members.
Name | Description | |
---|---|---|
IsDisposed | Returns true if the object is disposed, false otherwise. |
Name | Description | |
---|---|---|
Dispose() | Releases all resources used by the Encoder | |
Dispose(Boolean) | Releases the unmanaged resources used by the Encoder and optionally releases the managed resources | |
Encode(Message, Int32, Int32, Byte[]) | Encodes the given FIX message into a SBE stream. | |
Encode(Message, Int32, Int32, Byte[], Int32) | Encodes the given FIX message into a SBE stream. | |
Encode(Message, Int32, Int32, Byte[], Int32, UInt32) | Encodes the given FIX message into a SBE stream. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Performs cleanup operations on unmanaged resources held by the current 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.) | |
SchemaHeaderType | Name of the encoding type of the message header, which is the same for all messages in a schema. | |
SchemaId | Schema identifier. | |
SchemaSemanticVersion | Semantic version of the SBE schema. | |
SchemaVersion | Maximum known version of the SBE schema. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |