|
From: Lakshmi <Lak...@uk...> - 2018-04-17 02:48:56
|
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/
|