Re: [Quickfix-developers] How to send a TradSesStatus message
Brought to you by:
orenmnero
|
From: Dale W. <wil...@oc...> - 2006-03-01 20:09:51
|
Hi, Steve, SPG wrote: > 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 = new TradSesStatus(TradSesStatus.CLOSED); > This creates a field. What you want to do is create a TradingSessionStatus message and put this field into it. <shameless plug> Now might be a good time for me to mention OCI's "Introduction to FIX and QuickFIX" class that I'll be teaching later this month. (http://www.ociweb.com/education/services/descrip/FINC01-01.html) We'll be covering this type of question and a whole lot more. </shameless plug> Dale > 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=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |