[Quickfix-developers] How to send a TradSesStatus message
Brought to you by:
orenmnero
|
From: SPG <ste...@bl...> - 2006-03-01 15:32:30
|
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); 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. |