MFClient  1.3.0
 All Classes Functions Variables Enumerations
Public Member Functions | Friends | List of all members
MFTradeDateRollOverSession Class Reference

A session with MarketFactory for trading with all the venues for which a user has access. More...

#include <MFTradeDateRollOverSession.h>

Inheritance diagram for MFTradeDateRollOverSession:

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
 

Detailed Description

A session with MarketFactory for trading with all the venues for which a user has access.

Member Function Documentation

mftradedaterollover::TradeDateRequest & MFTradeDateRollOverSession::createTradeDateRequest ( )

Creates a Trade Date Roll Over Request message

uint64_t MFTradeDateRollOverSession::getSendingTime ( ) const
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.


The documentation for this class was generated from the following files: