MsgFilter Class

FIX Antenna .NET Programmer's Guide
Messages filter.
Inheritance Hierarchy

SystemObject
  com.b2bits.FIXAntennaMsgFilter

Namespace:  com.b2bits.FIXAntenna
Assembly:  FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.31.0.0
Syntax

public sealed class MsgFilter

The MsgFilter type exposes the following members.

Constructors

  NameDescription
Public methodMsgFilter
Constructs empty messages filter.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldbeginSeqNo_
First message of range.
Public fieldendSeqNo_
Last message of range. 0 represents infinity.
Public fieldmsgTypes_
Messages of what types must be included into output list.
Top
See Also

Reference