FieldDescription Class

FIX Antenna .NET Programmer's Guide
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.31.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 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
See Also

Reference