[Quickfix-developers] Is there a DataDictionary in Ruby API?
Brought to you by:
orenmnero
|
From: Toli K. <to...@ma...> - 2006-09-29 21:09:06
|
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. |