129 Client(
unsigned int,
int,
int,
int,
int );
130 Client(
const std::string &,
unsigned int,
int,
int,
int,
int );
131 Client(
const std::string &,
unsigned int,
int,
int,
int,
unsigned int,
int );
174 const std::string & rstrHostname,
For each library, here 'GlobalObjects' there is a type file.
Superclass for the classes that are 'connected' to a Base.
Definition GloCallBack.h:81
The client, which communicates with a GloServer.
Definition GloClient.h:69
OrderMsg * m_pCurrentOrder
Definition GloClient.h:98
int sendOrder(OrderMsg *pOrderMsg)
CallBack * m_pWsaeConnResetGloServerCallBack
Definition GloClient.h:112
ClientThread * m_pParentClientThread
Definition GloClient.h:84
void setWsaeConnResetGloServerCallBack(CallBack *pCallBack)
Client(ClientThread *pParentClientThread, const std::string &rstrHostname, unsigned int uiPort, int iAdressFamily, int iSocketType, int iProtocol, int iSecTimeOut)
Client(unsigned int, int, int, int, int)
virtual int disconnectServer()
Client(const std::string &, unsigned int, int, int, int, int)
Client(const std::string &, unsigned int, int, int, int, unsigned int, int)
Client & operator=(const Client &)
virtual void processServerMessage(tcp::Message *pTcpMessage)
Objects of this class serve as interface between Base or PrivateBase and Manager. In the documentatio...
Definition GloClientThread.h:105
This class is used to handle the communication between the application that uses GlobalObjects and Gl...
Definition GloOrderMsg.h:84
A simple TCP client class, which should learn its know-how in the derived classes.
Definition TcpClient.h:199
Contains a data stream which can be sent and received by the Tcp classes.
Definition TcpMessage.h:168
Definition GloAbstractBaseLot.h:49