Group Class

FIX Antenna .NET Programmer's Guide
FIX Repeating Group.
Inheritance Hierarchy

SystemObject
  com.b2bits.FIXAntennaGroup

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

public sealed class Group : IDisposable

The Group type exposes the following members.

Properties

  NameDescription
Public propertyEntries
Returns group entry by index
Public propertyFields
Returns the collection of the message fields.
Public propertyLeadingField
Returns the leading field tag of the repeating group.
Public propertySize
Returns the number of entries in this repeating group.
Top
Methods

  NameDescription
Public methodDispose
Releases all resources used by the Group
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetAsBoolean
Returns field value by tag.
Public methodGetAsChar
Returns field value by tag.
Public methodGetAsDateOnly
Returns field value by tag.
Public methodGetAsDecimal
Returns field value by tag.
Public methodGetAsDouble
Returns field value by tag.
Public methodGetAsGroup
Returns field value by tag.
Public methodGetAsInt
Returns field value by tag.
Public methodGetAsInt32
Returns field value by tag.
Public methodGetAsInt64
Returns field value by tag.
Public methodGetAsLocalMktDate
Returns field value by tag.
Public methodGetAsMonthYear
Returns field value by tag.
Public methodGetAsRaw
Returns field value by tag.
Public methodGetAsString
Returns field value by tag.
Public methodGetAsTimeOnly
Returns field value by tag.
Public methodGetAsTimestamp
Returns field value by tag.
Public methodGetAsTZTimeOnly
Returns field value by tag.
Public methodGetAsTZTimestamp
Returns field value by tag.
Public methodGetAsUInt
Returns field value by tag.
Public methodGetAsUInt32
Returns field value by tag.
Public methodGetAsUInt64
Returns field value by tag.
Public methodGetAsUTCTimeOnly
Returns field value by tag.
Public methodGetAsUTCTimestamp
Returns field value by tag.
Public methodGetField
Returns field value by tag.
Public methodGetGroup
Returns the nested FIX Repeating Group.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemoveField
Removes Field by Tag.
Public methodReserve
Reserves memory to store prepared field value.
Public methodSetAsBoolean
Updates field with new value
Public methodSetAsChar
Updates field with new value
Public methodSetAsDateOnly
Updates field with new value
Public methodSetAsDecimal
Updates field with new value
Public methodSetAsDouble
Updates field with new value
Public methodSetAsInt
Updates field with new value
Public methodSetAsInt32
Updates field with new value
Public methodSetAsInt64
Updates field with new value
Public methodSetAsLocalMktDate
Updates field with new value
Public methodSetAsMonthYear
Updates field with new value
Public methodSetAsRaw
Updates field with new value
Public methodSetAsString
Updates field with new value
Public methodSetAsTimeOnly
Updates field with new value
Public methodSetAsTimestamp
Updates field with new value
Public methodSetAsTZTimeOnly
Updates field with new value
Public methodSetAsTZTimestamp
Updates field with new value
Public methodSetAsUInt
Updates field with new value
Public methodSetAsUInt32
Updates field with new value
Public methodSetAsUInt64
Updates field with new value
Public methodSetAsUTCTimeOnly
Updates field with new value
Public methodSetAsUTCTimestamp
Updates field with new value
Public methodSetField(Int32, Int32, Int32)
Sets Field by Tag.
Public methodSetField(Int32, String, Int32)
Sets Field by Tag.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference