Struct SerializedFieldKey
A pre-allocated key to access a field in the SerializedMessage instance.
Note: Keys remain constant for the entire life of a SerializedMessage instance. It is not recommended to to allocate too many keys, because that can increase the time of setting value for a field of the message.
Inherited Members
Namespace: OnixS.Fix
Assembly: OnixS.Fix.Engine.dll
Syntax
public readonly struct SerializedFieldKey
Methods
ToString()
Returns the fully qualified type name of this instance.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | The fully qualified type name. |