[Quickfix-users] Extending the Application interface
Brought to you by:
orenmnero
From: Vamsi K. <Vam...@ib...> - 2003-04-05 04:14:28
|
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 |