Re: [Quickfix-developers] Is there a DataDictionary in Ruby API?
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2006-09-29 22:58:36
|
Toli, The best place to look is in the SWIG script. This is located in quickfix/src/quickfix.i. You will notice several lines that start with %include. Those are the classes that are being wrapped. DataDictionary was not one of them. I went ahead and added it and checked it into svn, so if you checkout the latest version you should be able to access the data dictionary from ruby. --oren On Sep 29, 2006, at 4:09 PM, Toli Kuznets wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/ > html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Hi, > > Is there documentation somewhere on what's included in the Ruby > Quickfix API? > In general, i've been looking at the src/ruby/QuickfixRuby.cpp file to > try to guess field and constant names, but i was hoping there may be a > more comprehensive place to find this (or a different file to look > at). > > For example, i'm trying to use the DataDictionary class - and I can > see that's it's there in the Ruby interpreter, but i can't figure out > a good way to instantiate it (Quickfix::DataDictionary.new throws > exceptions). > > So does that class exist in Ruby? And how can i get to it (or create a > default one)? > I don't have access to the Quickfix session, i'm just using > Quickfix::Message to parse the fields of a stored message text from > the database in a webapp. > > thanks, and thanks for the Ruby port! > > > -- > Toli Kuznets > http://www.marketcetera.com: Open-Source Trading Platform > download.run.trade. > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys -- and earn > cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |