Returns the flag value.
Namespace: FIXForge.NET.FIXAssembly: FIXForge.NET.FIX.Engine-net-3.5 (in FIXForge.NET.FIX.Engine-net-3.5.dll) Version: 2.79.1.0
Syntax
C# |
---|
public bool GetFlag(
int tag,
int repeatingGroupEntryIndex
) |
Visual Basic |
---|
Public Function GetFlag ( _
tag As Integer, _
repeatingGroupEntryIndex As Integer _
) As Boolean |
Visual C++ |
---|
public:
bool GetFlag(
int tag,
int repeatingGroupEntryIndex
) |
Return Value
true if the field value is "Y",
false if the field value is "N" or the field is absent.
Exceptions
See Also