forwardMessage.StringFormat Enumeration   Table of ContentMessageBatch Constructor forward
MessageBatch Class
Message batch.
Inheritance Hierarchy
System.Object
  FIXForge.NET.FIX.MessageBatch

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 MessageBatch : IDisposable, 
	IEnumerable

The MessageBatch type exposes the following members.

Constructors
  NameDescription
Public methodMessageBatch
Creates 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 MessageBatch
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the MessageBatch 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 MessageBatch 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