Page History
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
public void onStart(final MFTradingSession session) {
try {
session.logon();
} catch (MFException e) { System.out.println("Failed to logon."); e.printStackTrace();
System.exit(-1);
}
} |
The call to session.logon() will, in the of a successful logon, the on(LogonResponse logonResponse, MFTradingSession session) callback will be called.
Overview
Content Tools