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.

C# |
public virtual PDMMessage setFieldValue( PDMFieldInfo fieldInfo, string[] newValue )

- fieldInfo (PDMFieldInfo)
- the PDMFieldInfo handle
- newValue (array< String >[]()[])
- the String array value

a reference to this {@link PDMMessage} for chaining setFieldValue calls