Re: [Quickfix-developers] Incase FIX in TCP
Brought to you by:
orenmnero
From: Djalma R. d. S. F. <drs...@gm...> - 2008-02-14 12:45:14
|
Hi Sylvain , As far as I know, the FIX header starts with the BeginString field (8= FIX.4.2|) and unfortunately there is no end of header or start of body. The body starts when you find a field that doesn't belong to Header. This is something I miss in FIX, a simple way to parse only the Header. Djalma On Thu, Feb 14, 2008 at 7:35 AM, Sylvain FRANCIOLI <sfr...@ch...> wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > > Thank you for your reply Nick, > > But I need some more information in the structure of the header of Fix > protocol to use for incase it in a frame TCP. > > ---------------------------------------------------------------------------------- > | | > ------------------------------------------------------ | > | || | > || > | TCP || FIX | > DATA || > | HEADER || HEADER | (8=FIX.4.2|9=56|...) || > | || | > || > | | > ------------------------------------------------------ | > > ----------------------------------------------------------------------------------- > > > > Best regards, > > Syl > > > > *"Nick Bilak" <be...@gm...>* > > 12/02/2008 11:23 > To > "Sylvain FRANCIOLI" <sfr...@ch...> cc > Subject > Re: [Quickfix-developers] Incase FIX in TCP > > > > > FIX specification is on *fixprotocol.org* <http://fixprotocol.org/> > > On Feb 12, 2008 10:47 AM, Sylvain FRANCIOLI <*sfr...@ch...*<sfr...@ch...>> > wrote: > QuickFIX Documentation: * > http://www.quickfixengine.org/quickfix/doc/html/index.html*<http://www.quickfixengine.org/quickfix/doc/html/index.html> > QuickFIX Support: *http://www.quickfixengine.org/services.html*<http://www.quickfixengine.org/services.html> > > > > Hi All, > > To begining, sorry for my broken english. > > I'm making a little program C for send frames FIX by using socket. > At the moment, I be able to send frame TCP but for incase FIX protocol I > need information on the structure of the header to use. > > I'm waiting for your help. > > Best regards, > > Syl > > "This message, including any attachments may contain confidential > and privileged material; it is intended only for the person to whom > it is addressed. Its contents do not constitute a commitment by Credit > Agricole Cheuvreux except where provided for in a written agreement. > Credit Agricole Cheuvreux assumes no liability or responsibility for > the consequences arising out of a delay and/or loss in transit of this > message, or for corruption or other error(s) arising in its > transmission and for any misuse or fraudulent use which may be made > thereof. If you are not the intended recipient, please contact us and > abstain from any disclosure, use or dissemination. To the extent that > this message contains research information and/or recommendations, these > are provided on the same basis as Credit Agricole Cheuvreux's > published research and the recipient must have regard to all disclosures > and disclaimers contained therein." > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008.* > **http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/*<http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/> > _______________________________________________ > Quickfix-developers mailing list* > **Qui...@li...*<Qui...@li...> > * > **https://lists.sourceforge.net/lists/listinfo/quickfix-developers*<https://lists.sourceforge.net/lists/listinfo/quickfix-developers> > > > > -- > Regards, > Nick. > > > > "This message, including any attachments may contain confidential > and privileged material; it is intended only for the person to whom > it is addressed. Its contents do not constitute a commitment by Credit > Agricole Cheuvreux except where provided for in a written agreement. > Credit Agricole Cheuvreux assumes no liability or responsibility for > the consequences arising out of a delay and/or loss in transit of this > message, or for corruption or other error(s) arising in its > transmission and for any misuse or fraudulent use which may be made > thereof. If you are not the intended recipient, please contact us and > abstain from any disclosure, use or dissemination. To the extent that > this message contains research information and/or recommendations, these > are provided on the same basis as Credit Agricole Cheuvreux's > published research and the recipient must have regard to all disclosures > and disclaimers contained therein." > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |