Re: [Quickfix-developers] Absence of Symbol in FIX44::NewOrderSingle constructor
Brought to you by:
orenmnero
From: K. F. <kfr...@gm...> - 2013-02-18 11:39:13
|
Hi Mike! Thanks. That's very informative, and clears up my questions. K. Frank On Sun, Feb 17, 2013 at 11:10 PM, Mike Gatny <mg...@co...> wrote: > > On Feb 17, 2013 4:27 PM, "K. Frank" <kfr...@gm...> wrote: >> First, could someone give me a quick explanation about the difference >> between a "field" and a "component"? Is this something defined in FIX, >> or is it a distinction specific to QuickFIX? > > FIX protocol distinction. As far as the quickfix data dict is concerned, > "component" is like "include". > ... >> where would I find the generator, and information on how to run the >> upstream build process, i.e., the part that builds and runs the generator, >> instead of just using its output? > > Just cd spec/ and run the generate script. Then build as usual. |