Click or drag to resize

FieldDescription Class

Describe the FIX tag that does not belong to the message in compliance with the FIX Protocol, but that should still be allowed (or required) instead of causing a rejection of the FIX message.
Inheritance Hierarchy
SystemObject
  com.b2bits.FIXAntennaFieldDescription

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public sealed class FieldDescription

The FieldDescription type exposes the following members.

Constructors
 NameDescription
Public methodFieldDescription(FixVersion, String, Int32, Boolean) Constructor for data field
Public methodFieldDescription(FixVersion, String, Int32, Boolean, ArrayList) Constructor for repeating group field
Top
Properties
 NameDescription
Public propertyGroupLeadingFields Colection of the Group leading fields
Public propertyMsgType Message type
Public propertyRequired Identifies field requirement.
Public propertyTag Field number
Public propertyVersion FIX Protocol version
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
See Also