GroupGetAsTimestamp Method

FIX Antenna .NET Programmer's Guide
Returns field value by tag.

Namespace:  com.b2bits.FIXAntenna
Assembly:  FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.31.0.0
Syntax

public Nullable<DateTime> GetAsTimestamp(
	int tag,
	int index
)

Parameters

tag
Type: SystemInt32
field number
index
Type: SystemInt32
Group's index (starts at 0)

Return Value

Type: NullableDateTime
tag value
See Also

Reference