RE: [Quickfix-users] Extending the Application interface
Brought to you by:
orenmnero
From: Vamsi K. <Vam...@ib...> - 2003-04-05 05:47:38
|
In other words, I need to include a facility to respond to an additional set of events Where do I start looking for this? -----Original Message----- From: qui...@li... [mailto:qui...@li...] On Behalf Of Vamsi Krishna Sent: Friday, April 04, 2003 11:14 PM To: qui...@li... Subject: [Quickfix-users] Extending the Application interface Hi I was trying to extend the Application Interface ( abstract class ) in Application .h and construct a derived class myApplication I would like my Initiater and Acceptor to listen to certain commands on the same port or different port for certain administrative messages ( proprietory) Such as ==> " Shutting down Acceptor after Trading Day" ==> "Starting the initiator after receiving a proprietory "Good Morning" message from Administrator ( Starting here means that sending a log on messages to specified server). Can somebody give me whether its possible for Initiator or Acceptor to listen on certain specific strings on the same port and/or different port. Thanks Vamsi |