forwardVersion Method    Table of ContentFlatMessageBatch Constructor forward
FlatMessageBatch Class
FlatMessage batch.
Inheritance Hierarchy
System.Object
  FIXForge.NET.FIX.FlatMessageBatch

Namespace:  FIXForge.NET.FIX
Assembly:  FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.10.1.0
Syntax
C#
public class FlatMessageBatch : IDisposable, 
	IEnumerable

The FlatMessageBatch type exposes the following members.

Constructors
  NameDescription
Public methodFlatMessageBatch
Creates serialized message batch object.
Top
Properties
  NameDescription
Public propertyItem
Gets/Sets message by index
Public propertyLength
Batch length.
Top
Methods
  NameDescription
Public methodDispose()
Releases all resources used by the FlatMessageBatch
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the FlatMessageBatch and optionally releases the managed resources
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 FlatMessageBatch object before the object is destroyed.
(Overrides Object.Finalize().)
Public methodGetEnumerator
Returns messages enumerator.
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also