| FieldSet.TryGetHighResolutionTimestamp Method | 
        
         
        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.12.0.0
 Syntax
Syntaxpublic bool TryGetHighResolutionTimestamp(
	int tag,
	TimestampFormat format,
	out HighResolutionTimestamp result
)
Parameters
- tag
- Type: System.Int32
 Tag number.
- format
- Type: FIXForge.NET.FIX.TimestampFormat
 Timestamp format.
- result
- Type: FIXForge.NET.FIX.HighResolutionTimestamp
 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: 
Booleantrue if the FieldSet contains a value for the specified tag; otherwise - 
false.
 See Also
See Also