java.lang.Object
com.iamsoft.fixparser.util.FixDictPrune
Accepts a FIX dictionary document and generates 'pruned' doc which retains only specified
messages (regular expressions).
-
Method Summary
-
Method Details
-
main
public static void main(String[] pArgs) throws IOException, ParserConfigurationException, XPathExpressionException, SAXException - Parameters:
pArgs
- Filename followed by transport dictionary resource followed by names of messages to retain.- Throws:
IOException
ParserConfigurationException
XPathExpressionException
SAXException
-