Click or drag to resize

GroupSetAsRaw Method

Updates field with new value

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public void SetAsRaw(
	int tag,
	int index,
	byte[] value
)

Parameters

tag  Int32
field number
index  Int32
Group's index (starts at 0)
value  Byte
new value
See Also