Click or drag to resize

FixMessageGetField Method

Returns field value by tag.

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public string GetField(
	int tag
)

Parameters

tag  Int32
field number

Return Value

String
Value of field

Implements

IFixFieldsGetField(Int32)
Exceptions
ExceptionCondition
ApplicationException If the method cannot be performed (e.g. the given tag is not defined for this message type).
Remarks
If the tag exists for this type of message (according to the FIX protocol) but is not present in this message then this method returns . If the tag does not exist for this type of message then the method throws an ApplicationException exception.
See Also