FIX Module Version 7.2.December 2014 | Understanding and Using Fix Module | webMethods FIX Module | Appia Connections and Services | wm.fix.appia.session:addFIXMTsToIgnoreList
 
wm.fix.appia.session:addFIXMTsToIgnoreList
Adds FIX messages to the Ignore List, these messages are not persistent and will not be stored in the Trading Networks database. Provide only the Message Tag as input to this list. For example, for Heartbeat – ‘0’ should be provided as input.
Input Parameters
sessionID
String Session ID of the Appia engine.
msgTypeList
String List List of FIX message types.
override
String Optional. Indicate if existing message type Ignore List is to be replaced by a new list.
*True— Indicates that if a list exists, it should be replaced by the new list.
*False— Indicates that if a list exists, new message types should be added to the existing list.
Output Parameters
error
String Optional. Error generated when adding a message type to the list.
status
String Status of the add operation:
*True— Indicates that the service executed without any errors and message types have been added tot the list.
*False— Indicates that the add operation has failed.