[Quickfix-developers] Application::fromAdmin from Initiator App
Brought to you by:
orenmnero
|
From: George H. <ge...@so...> - 2008-09-02 22:48:04
|
Hello everyone,
I noticed that the executor(acceptor) sample app has:
"Application::fromAdmin" defined and active (in Application.cpp).
However, the fixclient (initiator) app does not have this defined,
only a function prototype:
Application.h: void toAdmin( FIX::Message&, const FIX::SessionID& ) {}
Application.h: void fromAdmin( const FIX::Message&, const
FIX::SessionID& )
Is Application::fromAdmin only for acceptor applications?
If not, is there some sample code that shows what kind of events and
actions can be processed there from an initiator app?
Thanks in advance for your help.
-George
|