A session with MarketFactory for trading with all the venues for which a user has access. More...
#include <MFTradeDateRollOverSession.h>
Public Member Functions | |
| void | logon () |
| Sends a logon message with the supplied username and password. Should only be called in the event loop by the handler. More... | |
| void | logout () |
| Initiates logout. This should be called so a clean and dirty (one where the socket closes w/o a logout) can be easily differentiated. Should only be called in the event loop by the handler. More... | |
| void | logoutResponse () |
| The response to a logout from the server. This should be called if a logout is received so that the client can indicate a clean logout. Should only be called in the event loop by the handler. More... | |
| void | tradeDateRequest () |
| The trade date roll over request message sent to the server. This should be called to initiate a subscription for trade date roll over messages is required. More... | |
| mftradedaterollover::TradeDateRequest & | createTradeDateRequest () |
| Creates a Trade Date Roll Over Request message More... | |
| uint64_t | getSendingTime () const |
| Retrieve the sending time of the current frame. More... | |
Friends | |
| class | MFClient |
A session with MarketFactory for trading with all the venues for which a user has access.
| mftradedaterollover::TradeDateRequest & MFTradeDateRollOverSession::createTradeDateRequest | ( | ) |
Creates a Trade Date Roll Over Request message
|
inline |
Retrieve the sending time of the current frame.
| void MFTradeDateRollOverSession::logon | ( | ) |
Sends a logon message with the supplied username and password. Should only be called in the event loop by the handler.
| void MFTradeDateRollOverSession::logout | ( | ) |
Initiates logout. This should be called so a clean and dirty (one where the socket closes w/o a logout) can be easily differentiated. Should only be called in the event loop by the handler.
| void MFTradeDateRollOverSession::logoutResponse | ( | ) |
The response to a logout from the server. This should be called if a logout is received so that the client can indicate a clean logout. Should only be called in the event loop by the handler.
| void MFTradeDateRollOverSession::tradeDateRequest | ( | ) |
The trade date roll over request message sent to the server. This should be called to initiate a subscription for trade date roll over messages is required.
1.8.5