Click or drag to resize

GroupGetAsTimeOnly Method

Returns field value by tag.

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public DateTime? GetAsTimeOnly(
	int tag,
	int index
)

Parameters

tag  Int32
field number
index  Int32
Group's index (starts at 0)

Return Value

NullableDateTime
tag value
See Also