-
June 21st, 2013, 02:49 PM
#1
get and process data from server
now the connection to server is established, I am trying to get data from server.
how to do that ?
LSClient c = new LSClient();
c.OpenConnection(connInfo, new RzConnectionListener() );
string item = "SecurityDetail."+"1001";
ExtendedTableInfo tableInfo = new ExtendedTableInfo(
new String[] {"SecurityDetail."+"1001" },
"COMMAND",
new String[] { "CUSIP", "Description", "ISWI", "MaturityDate", "IssueDate", "BenchmarkType" },
true);
tableInfo.DataAdapter = "STATICDATA_ADAPTER";
SubscribedTableKey tableRef = c.SubscribeTable(tableInfo, new RzTableListener(), true); //TODO
。。。。。。
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
All times are GMT +1. The time now is 12:35 AM.
Bookmarks