Re: [Quickfix-developers] QFJ:The problems in definite a new protocolof FIX subset.
Brought to you by:
orenmnero
|
From: Lin L. <le...@gm...> - 2006-07-04 04:12:28
|
Hi Caleb, Thanks for your response. My special FIX like protocol is compatible with FIX.4.4 in behavior but the begin string. My protocol begin string must be "MYFIX..1.0.0". The QFJ implementation has several java code arithmetic using beging string "FIX.?.?". So these java code cann't handle my protocol correctly. Your solution is OK if I only change the data dictionary.But I need a special begin string. On 7/3/06, Caleb Epstein <cal...@gm...> wrote: > > On 7/3/06, Lin Lejiang <le...@gm...> wrote: > > > Do you think it make sense? > > > > No. Just call the protocol FIX.4.4 and use your custom fields/messages > "inside" it. You're not changing the FIX protocol, you're changing the data > dictionary. You'll save yourself a lot of time and headaches this way. > > > -- > > Caleb Epstein > -- Lin Lejiang |