org.marketcetera.saclient
Interface DataReceiver


public interface DataReceiver

This interface enables the clients to receive all the data emitted by the strategies running on the strategy agent.

Since:
2.0.0
Version:
$Id: DataReceiver.java 16154 2012-07-14 16:34:05Z colin $
Author:
anshul@marketcetera.com

Method Summary
 void receiveData(Object inObject)
          Provides the data received from the remote source.
 

Method Detail

receiveData

void receiveData(Object inObject)
Provides the data received from the remote source.

Parameters:
inObject - the data received from the remote source.


Copyright © 2012. All Rights Reserved.