org.marketcetera.ors.config
Interface LogoutAction


public interface LogoutAction

Handles logout actions to a broker.

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

Method Summary
 void onLogout(Broker inBroker, IQuickFIXSender inSender)
          Called upon logout from the given broker.
 

Method Detail

onLogout

void onLogout(Broker inBroker,
              IQuickFIXSender inSender)
Called upon logout from the given broker.

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


Copyright © 2012. All Rights Reserved.