public class MFTradeDateRolloverSessionToCoreTradeDateRolloverSessionAdapter extends java.lang.Object implements MFTradeDateRolloverSession
| Constructor and Description |
|---|
MFTradeDateRolloverSessionToCoreTradeDateRolloverSessionAdapter(CoreTradeDateRolloverSession delegate) |
| Modifier and Type | Method and Description |
|---|---|
int |
getPort()
The port used for this session.
|
long |
getSendingTime()
Retrieves the MF server sending time (nanoseconds since epoch) of the current message frame.
|
java.lang.String |
getUsername()
The username used for this session.
|
boolean |
isLoggedOn() |
void |
logon()
Sends a logon message with the supplied username and password.
|
void |
logout()
Initiates logout.
|
void |
logoutResponse()
The response to a logout from the server.
|
void |
tradeDateRequest() |
public MFTradeDateRolloverSessionToCoreTradeDateRolloverSessionAdapter(CoreTradeDateRolloverSession delegate)
public void tradeDateRequest()
throws MFException
tradeDateRequest in interface MFTradeDateRolloverSessionMFExceptionpublic java.lang.String getUsername()
MFSessiongetUsername in interface MFSessionpublic int getPort()
MFSessionpublic void logon()
throws MFException
MFSessionlogon in interface MFSessionMFException - If there is an error when attempting to
send this message.public void logout()
throws MFException
MFSessionlogout in interface MFSessionMFException - If there is an error when attempting to
send this message.public boolean isLoggedOn()
isLoggedOn in interface MFSessionpublic void logoutResponse()
throws MFException
MFSessionlogoutResponse in interface MFSessionMFException - If there is an error when attempting to
send this message.public long getSendingTime()
MFSessiongetSendingTime in interface MFSession