Re: [Quickfix-developers] Custom Fields
Brought to you by:
orenmnero
From: Caleb E. <cal...@gm...> - 2004-10-08 19:13:38
|
On Fri, 8 Oct 2004 11:50:48 +0530, Dinesh Belaguli <din...@in...> wrote: > Problem: The provider uses two fields of FIX4.3, "MinBidSize" and > "MinOfferSize", these fields are not defined for FIX4.2, So how do we go > about it? You should be able to add these fields to the XML data dictionary that you use for this connection (assuming you are using a data dictionary on that connection - if not, you don't need to do *anything*). You will need to add them to the <fields> section and to the appropriate <message>s. > Basically we do not know how to get and set custom fields. Any help?? Read the Fine Manual (some might use a stronger F-word there :) http://quickfixengine.org/quickfix/doc/html/user_defined.html -- Caleb Epstein cal...@gm... |