JsonTagsHandlingAction class

class V12.FIXAntenna.JsonTagsHandlingAction

Enumerator class. Defines how to handle unknown (custom) fields while parsing JSON messages.

Remove

Ignore any unknown field.

Keep

If the field is a number (tag) then add it to the message as custom tag, throw ‘Unknown field’ exception otherwise.

Reject

Throw ‘Unknown field’ exception.