FIX Module Version 7.2.December 2014 | Understanding and Using Fix Module | webMethods FIX Module | Appia Connections and Services | wm.fix.appia.session:removeFIXMTsFromIgnoreList
 
wm.fix.appia.session:removeFIXMTsFromIgnoreList
Removes the list of message types from the Ignore List for the given sessionID. Returns an error if IgnoreList is empty or input items cannot be found in the list.
Input Parameters
sessionID
String The sessionID of Appia engine.
msgTypeList
String List Optional only if removeAll flag is set to True. List of FIX message types to be removed from the Ignore List.
removeAll
String Optional. Flag to indicate if the Ignore List is to be deleted.
*True— Indicates that the existing list (if exists) should be deleted.
*False— Indicates to remove only selected message types from the Ignore List.
Output Parameters
error
String Optional. Error generated while removing the list.
status
String Status of the fetch operation.
*True— Service executed without any error.
*False— Indicates that the delete operation failed.