forwardIsDisposed Property    Table of ContentDispose Method forward
Encoder Methods

The Encoder type exposes the following members.

Methods
  NameDescription
Public methodDispose()
Protected methodDispose(Boolean)
Public methodEncode(Message, Int32, Int32, Byte[])
Encodes the given FIX message into a SBE stream.
Public methodEncode(Message, Int32, Int32, Byte[], Int32)
Encodes the given FIX message into a SBE stream.
Public methodEncode(Message, Int32, Int32, Byte[], Int32, UInt32)
Encodes the given FIX message into a SBE stream.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Performs cleanup operations on unmanaged resources held by the current object before the object is destroyed.
(Overrides Object.Finalize().)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSchemaHeaderType
Name of the encoding type of the message header, which is the same for all messages in a schema.
Public methodSchemaId
Schema identifier.
Public methodSchemaSemanticVersion
Semantic version of the SBE schema.
Public methodSchemaVersion
Maximum known version of the SBE schema.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also