Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » How to retrieve information from request?(How to retrieve information from request?)
How to retrieve information from request? [message #1792166] Thu, 12 July 2018 09:41
oem Java is currently offline oem JavaFriend
Messages: 2
Registered: July 2018
Junior Member
Referring to following coding, I would like to know on how to retrieve information within reqContractDetails.

Does anyone have any suggestions?
Thanks in advance for any suggestions



private static void contractOperations(EClientSocket client) {

// ! [reqcontractdetails]
client.reqContractDetails(214, ContractSamples.SimpleFuture());
//! [reqcontractdetails]

//! [reqmatchingsymbols]
client.reqMatchingSymbols(214, "IB");
//! [reqmatchingsymbols]

}
Previous Topic:eclipse Formatter
Next Topic:no auto update after change pom.xml
Goto Forum:
  


Current Time: Fri Apr 26 18:37:48 GMT 2024

Powered by FUDForum. Page generated in 0.03397 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top