Re: [Quickfix-developers] How to send a TradSesStatus message
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2006-03-01 15:50:36
|
Wow. Someone really needs to change how they name things in the =20 specification. --oren On Mar 1, 2006, at 9:42 AM, Shepheard, Toby (London) wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/=20 > html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > As you've noticed, TradeSesStatus is the field - what you're =20 > looking for > is the message, which is called TradingSessionStatus. This then =20 > contains > the TradeSesStatus field, which you set in the usual manner. > > Hope that helps. > Toby > > -----Original Message----- > From: qui...@li... > [mailto:qui...@li...] On Behalf Of > SPG > Sent: 01 March 2006 15:32 > To: qui...@li... > Subject: [Quickfix-developers] How to send a TradSesStatus message > > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > Hi, > > I want to send a close of day message via a TradSesStatus message =20 > to all > clients connected. But, I notice that TradSesStatus is not of type > Message, > but IntField instead. > > I create the object like so: > TradSesStatus closeOfDayMessage =3D new > TradSesStatus(TradSesStatus.CLOSED); > > How so I send it to the clients? > > Steve > -- > View this message in context: > http://www.nabble.com/How-to-send-a-TradSesStatus-message-=20 > t1206165.html# > a3185145 > Sent from the QuickFIX - Dev forum at Nabble.com. > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel?=20 > cmd=3Dlnk&kid=3D110944&bid=3D241720&dat=3D121642 > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > -------------------------------------------------------- > > If you are not an intended recipient of this e-mail, please notify =20 > the sender, delete it and do not read, act upon, print, disclose, =20 > copy, retain or redistribute it. Click here for important =20 > additional terms relating to this e-mail. http://www.ml.com/=20 > email_terms/ > -------------------------------------------------------- > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting =20 > language > that extends applications into web and mobile media. Attend the =20 > live webcast > and join the prime developer group breaking into this new coding =20 > territory! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=110944&bid$1720&dat=121642= > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |