Returns field value by tag.
Namespace: com.b2bits.FIXAntennaAssembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.33.0.0
Syntaxpublic string GetField(
int tag,
int index
)
public function GetField(
tag : int,
index : int
) : String
Parameters
- tag Int32
- field number
- index Int32
- Group's index (starts at 0)
Return Value
String If the tag exists for this type of group (according to the FIX protocol) but is not present in
this group then this method returns
.
If the tag does not exist for this type of group then the method throws an exception.
ExceptionsException | Condition |
---|
ApplicationException | if the method cannot be performed (e.g. the given tag is not defined for this group type). |
See Also