org.marketcetera.ors.config
Interface LogonAction


public interface LogonAction

Handles logon actions to a broker.

Since:
2.1.4
Version:
$Id: LogonAction.java 16154 2012-07-14 16:34:05Z colin $
Author:
Colin DuPlantis

Method Summary
 void onLogon(Broker inBroker, IQuickFIXSender inSender)
          Called upon successful logon to the given broker.
 

Method Detail

onLogon

void onLogon(Broker inBroker,
             IQuickFIXSender inSender)
Called upon successful logon to the given broker.

Parameters:
inBroker - a Broker value
inSender - an IQuickFIXSender value


Copyright © 2012. All Rights Reserved.