ConstTagValue Methods

FIX Antenna .NET Programmer's Guide

The ConstTagValue type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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 data
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodisSupported
Verifies is field acceptable in the message
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveField
Removes the 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
Updates field with new value
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference