Re: [Quickfix-users] ExiryDate
Brought to you by:
orenmnero
From: <OM...@th...> - 2003-03-14 14:49:21
|
We currently don't provide a convertor for fields of type LocalMktDate, so they are returned to you as a string. You would have to convert this yourself if you wanted to pull out the individual fields. You can use strptime (if you are using C++, use the appropriate date methods in Java or .NET) to convert it to a tm struct. We will be supplying more internal convertors in the future. --oren Jerry Westrick <je...@we...> To: qui...@li... Sent by: cc: qui...@li...ur Subject: [Quickfix-users] ExiryDate ceforge.net 03/14/2003 08:12 AM Dear sirs: Thanks you for your super software kit! I've managed to develope with it. But I got a problem I can't seem to resolve: How do I access the sub-fields of the ExpiryDate field? Jerry Westrick ------------------------------------------------------- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en _______________________________________________ Quickfix-users mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-users |