RE: [Quickfix-developers] How to send a TradSesStatus message
Brought to you by:
orenmnero
|
From: Shepheard, T. \(London\) <Tob...@ml...> - 2006-03-01 15:43:10
|
As you've noticed, TradeSesStatus is the field - what you're looking for is the message, which is called TradingSessionStatus. This then 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 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-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?cmd=3Dlnk&kid=3D110944&bid=3D241720&dat=3D= 121642 _______________________________________________ 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 the = sender, delete it and do not read, act upon, print, disclose, copy, = retain or redistribute it. Click here for important additional terms = relating to this e-mail. http://www.ml.com/email_terms/ -------------------------------------------------------- |