Click or drag to resize

MsgFilter Class

Messages filter.
Inheritance Hierarchy
SystemObject
  com.b2bits.FIXAntennaMsgFilter

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.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 methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns 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