Re: [Quickfix-developers] Missing SecurityType
Brought to you by:
orenmnero
From: Warren S. <War...@th...> - 2008-05-05 16:16:45
|
The first thing I looked at was the 4.2 data dict and it had the missing values I listed in my original post. See below. It looks like the code generator is taking the common values across 4.0 to 4.4. That's why I tried to do a 4.2 only build. Any other ideas? Thanks. Warren <field number="167" name="SecurityType" type="STRING"> <value enum="BA" description="BANKERS_ACCEPTANCE"/> <value enum="CB" description="CONVERTIBLE_BOND"/> <value enum="CD" description="CERTIFICATE_OF_DEPOSIT"/> <value enum="CMO" description="COLLATERALIZE_MORTGAGE_OBLIGATION"/> <value enum="CORP" description="CORPORATE_BOND"/> <value enum="CP" description="COMMERCIAL_PAPER"/> <value enum="CPP" description="CORPORATE_PRIVATE_PLACEMENT"/> <value enum="CS" description="COMMON_STOCK"/> <value enum="FHA" description="FEDERAL_HOUSING_AUTHORITY"/> <value enum="FHL" description="FEDERAL_HOME_LOAN"/> <value enum="FN" description="FEDERAL_NATIONAL_MORTGAGE_ASSOCIATION"/> <value enum="FOR" description="FOREIGN_EXCHANGE_CONTRACT"/> <value enum="FUT" description="FUTURE"/> <value enum="GN" description="GOVERNMENT_NATIONAL_MORTGAGE_ASSOCIATION"/> <value enum="GOVT" description="TREASURIES_PLUS_AGENCY_DEBENTURE"/> <value enum="MF" description="MUTUAL_FUND"/> <value enum="MIO" description="MORTGAGE_INTEREST_ONLY"/> <value enum="MPO" description="MORTGAGE_PRINCIPAL_ONLY"/> <value enum="MPP" description="MORTGAGE_PRIVATE_PLACEMENT"/> <value enum="MPT" description="MISCELLANEOUS_PASSTHRU"/> <value enum="MUNI" description="MUNICIPAL_BOND"/> <value enum="NONE" description="NO_ISITC_SECURITY_TYPE"/> <value enum="OPT" description="OPTION"/> <value enum="PS" description="PREFERRED_STOCK"/> <value enum="RP" description="REPURCHASE_AGREEMENT"/> <value enum="RVRP" description="REVERSE_REPURCHASE_AGREEMENT"/> <value enum="SL" description="STUDENT_LOAN_MARKETING_ASSOCIATION"/> <value enum="TD" description="TIME_DEPOSIT"/> <value enum="USTB" description="US_TREASURY_BILL"/> <value enum="WAR" description="WARRANT"/> <value enum="ZOO" description="CATS_TIGERS"/> </field> -----Original Message----- From: qui...@li... [mailto:qui...@li...] On Behalf Of Mike Gatny Sent: Monday, May 05, 2008 11:30 AM To: qui...@li... Subject: Re: [Quickfix-developers] Missing SecurityType QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html You don't need to edit the ant scripts or modify the code generator to add enumerated types -- simply edit the data dictionary (core/src/main/resources/FIX42.xml) and rebuild. See http://www.quickfixj.org/quickfixj/usermanual/usage/codegen.html -- Mike Gatny Connamara Systems, LLC http://www.connamara.com/ ------------------------------------------------------------------------ - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/j avaone _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers This email was sent to you by Thomson Reuters, the global news and information company. Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be the views of Thomson Reuters. |