Click or drag to resize

Group Methods

The Group type exposes the following members.

Methods
 NameDescription
Public methodDispose 
Public methodEqualsDetermines 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 methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodRemoveField Removes Field by Tag.
Public methodReserveReserves 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 methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also