|
From: Christoph J. <chr...@ma...> - 2018-04-17 07:46:04
|
Hi, the classes are generated from the DD "FIX44.modified.xml". This modified version has some minor corrections which do not result in uncompilable code. So please do your changes in FIX44.modified.xmland try again. Cheers, Chris. On 17/04/18 04:31, Lakshmi wrote: > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > > > Hi Team, > > Am trying to rebuild Quickfixj 2.0.0 using Maven.I ahve updated/Added new > message in Datadictionary > in location > *quickfixj-messages\quickfixj-messages-fix44\src\main\resources\FIX44.xml* > shown below. > <message name="CustomSecurityDefinition" msgtype="UDS" msgcat="app"> > <field name="SecurityReqID" required="Y"/> > <field name="SecurityResponseID" required="Y"/> > <field name="SecurityResponseType" required="Y" /> > <field name="Symbol" required="Y"/> > <field name="SecurityID" required="N"/> > <field name="SecurityIDSource" required="N"/> > <field name="SecurityExchange" required="N"/> > <field name="StrategySecurityID" required="N"/> > <field name="UnderlyingStrategySymbol" required="N"/> > --- > </messages> > After making these changes in the FIX44.xml file i have executed below > command > mvn clean install -Dmaven.test.skip=true. > After rebuilding it generated quickfixj-messages-fix44-2.0.0.jar file > inside target folder of quickfixj-messages\quickfixj-messages-fix44\. > > But when i look into the contents/classes of this generated jat file i could > see any new class with name CustomSecurityDefinition.Last time i have > rebuild quickfixj-1.4.0 using ant , at that time i could see that a new > class is genarted with name CustomSecurityDefinition. > So can someone help in sorting my issue. > > > > > -- > Sent from: http://quickfix-j.364392.n2.nabble.com/ > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Quickfixj-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfixj-users -- Christoph John Development & Support T +49 241 557080-28 chr...@ma... MACD GmbH Oppenhoffallee 103 D-52066 Aachen www.macd.com Amtsgericht Aachen: HRB 8151 Ust.-Id: DE 813021663 Geschäftsführer: George Macdonald |