Re: [Quickfix-developers] Currency type problems
Brought to you by:
orenmnero
From: <OM...@th...> - 2002-09-24 19:10:27
|
Loic, You are absolutely right about this. We discovered this a couple of weeks ago and have since fixed it. The next release will have this fix in place. --oren |---------+-----------------------------------------------> | | Loic Guezennec | | | <loi...@sw...> | | | Sent by: | | | qui...@li...ur| | | ceforge.net | | | | | | | | | 09/24/2002 01:45 PM | | | | |---------+-----------------------------------------------> >----------------------------------------------------------------------------------------------| | | | To: qui...@li... | | cc: | | Subject: [Quickfix-developers] Currency type problems | >----------------------------------------------------------------------------------------------| Hi, I have been having problems using the Currency type in Quickfix for tags 15 Currency and 120 SettlCurrency for example. Retrieving the currency from a received message is OK, as the method getString is there, but setting it does not work for me. It seems to me that the CurrencyField is wrongly set to be a CharField and that it should be a StringField as defined in the FIX docs. in field.h: typedef CharField FIX::CurrencyField; should be typedef StringField CurrencyField; ??? Is this the case or I am wildly off the mark? Loic Guezennec ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers |