Package org.marketcetera.trading.rpc
Interface TradeRpcClientParameters
-
- All Superinterfaces:
ClientParameters,RpcClientParameters,TradeClientParameters
- All Known Implementing Classes:
TradeRpcClientParametersImpl
public interface TradeRpcClientParameters extends TradeClientParameters, RpcClientParameters
Provides parameters for the RPC trade client.- Since:
- $Release$
- Version:
- $Id$
- Author:
- Colin DuPlantis
-
-
Method Summary
-
Methods inherited from interface org.marketcetera.core.ClientParameters
getHostname, getLocale, getPassword, getPort, getUsername
-
Methods inherited from interface org.marketcetera.rpc.client.RpcClientParameters
getHeartbeatInterval, getShutdownWait, useSsl
-
-