Sets the field value in the message using the {@link PDMFieldInfo} handle
and should be of type PDMFieldType.FIX_STRING_ARR or PDMFieldType.STRING_ARR or
PDMFieldType.FIX_UNICODE_ARR or PDMFieldType.UNICODE_ARR.
Declaration Syntax
C# |
public virtual PDMMessage setFieldValue( PDMFieldInfo fieldInfo, string[] newValue )
Parameters
- fieldInfo (PDMFieldInfo)
- the PDMFieldInfo handle
- newValue (array< String >[]()[])
- the String array value
Return Value
a reference to this {@link PDMMessage} for chaining setFieldValue calls