Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. public void requestStreamingData() {
  2. System.out.println("requestStreamingData is being called");
  3. client.reqMktData(1, contract, "", false,false, null);
  4. System.out.println("requestStreamingData is finished");
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement