}
public void doTestStock() throws Exception {
try {
log.info("Testing TCP stock service...");
GetQuote tester = new GetQuote();
tester.getQuote(new String [] { "-ltcp://localhost:8088", "XXX" });
String symbol = "XXX"; // args[0] ;
EngineConfiguration defaultConfig =
(new DefaultEngineConfigurationFactory()).
getClientEngineConfig();