FieldSet.Set Method (Int32, DateTime) |
Sets the field value as a DateTime object. Transforms input value into text-presentation, so actually stored value is text-presentation of input.
Namespace:
FIXForge.NET.FIX
Assembly:
FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.12.0.0
Syntax public bool Set(
int tag,
DateTime value
)
Parameters
- tag
- Type: System.Int32
Tag number. - value
- Type: System.DateTime
Field value.
Return Value
Type:
Booleantrue if the value was replaced with the new one, and
false if a new field was inserted.
Exceptions Exception | Condition |
---|
EngineException | The tag number does not belong to the message. |
See Also