Sets the field value as a signed 32-bit (4-byte) integer.
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 Set( int tag, int repeatingGroupEntryIndex, int value ) |
Visual Basic |
---|
Public Function Set ( _ tag As Integer, _ repeatingGroupEntryIndex As Integer, _ value As Integer _ ) As Boolean |
Visual C++ |
---|
public: bool Set( int tag, int repeatingGroupEntryIndex, int value ) |
Parameters
- tag
- Type: System..::..Int32
Tag number.
- repeatingGroupEntryIndex
- Type: System..::..Int32
Index of the repeating group entry (starts at 0).
- value
- Type: System..::..Int32
Field value.
Return Value
true if the value was replaced with the new one, and false if a new field was inserted.
Exceptions
Exception | Condition |
---|---|
FIXForge.NET.FIX..::..EngineException | The tag number does not belong to the group. |