Re: [Quickfix-users] Perl bindings
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2004-08-18 00:54:45
|
Well we already have python bindings which were generated by swig. The interface file is quickfix/src/python/quickfix.i directory. You can probably use that to get started. There is some python specific code in there for exception handling, so you that will need to be rewritten for perl, but everything else should work. You can probably just pull that code out to get something running, though thrown exceptions will crash the interpreter. Also, I had spent some time on the swig mailing list and they made several changes to accommodate some of the features used by QuickFIX. You will want to pull swig from CVS and use that. The newest release version will not work. --oren On Aug 17, 2004, at 2:58 PM, Blain Sadler 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 > > Hi all, > > Just spent a couple hours fooling around with SWIG trying to create > perl bindings. No success yet :-) Before I delve in too far I was > wondering if anyone had already tried this, and if they had any > success. Any suggestions /comments/ recommendations/ fortellings of > doom? This is not a terribly important project, just hoping to write > some automated tests for our OMS system in perl and it would be nice > to leverage quickfix to do it. > > Thanks in advance, > > Blain > > -- > Blain Sadler > Software Developer > TradeDesk Software Corporation > 8 Diane Drive > Essex Junction, VT 05452-4008 > phone: (802) 655-2777 > e-mail: bla...@tr... > > > > > > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > |