forwardTryGetTimestamp Method (Int32, DateTime)   Table of ContentFieldSet.FieldEnumerator Structureforward
FieldSet.TryGetTimestamp Method (Int32, TimestampFormat, DateTime)
Gets the value with the given format associated with the specified tag.

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.10.1.0
Syntax
C#
public bool TryGetTimestamp(
	int tag,
	TimestampFormat format,
	out DateTime result
)

Parameters

tag
Type: System.Int32
Tag number.
format
Type: FIXForge.NET.FIX.TimestampFormat
Timestamp format.
result
Type: System.DateTime
When this method returns, contains the value associated with the specified tag, if the tag is found; otherwise - the default value for the type of the value parameter. This parameter is passed uninitialized.

Return Value

Type: Boolean
true if the FieldSet contains a value for the specified tag; otherwise - false.
See Also