Re: [Quickfix-developers] Currency field problem
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2004-09-08 14:11:12
|
Thanks Emil. I've changed it to use the StringConvertor. It should show up in the repository later today. --oren On Sep 8, 2004, at 5:57 AM, Emil Vladov wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX FAQ: > http://www.quickfixengine.org/wikifix/index.php?QuickFixFAQ > QuickFIX Support: http://www.quickfixengine.org/services.html > > Hello Oren, > > After installing the new QuickFIX release 1.9 observed the following: > > The currency field is defined as single character field > > quickfix\src\C++\FieldConvertors.h > L589: > typedef CharConvertor CURRENCY_CONVERTOR > > and the single char convertor is changed in this release so that it > throws an exception if the string is not exactly 1 char. > > Best regards, Emil > > _________________________________________________________________ > The new MSN 8: smart spam protection and 2 months FREE* > http://join.msn.com/?page=features/junkmail > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |