OnixS C++ FIX Engine 2.79.1.0
TcpClient Member List
This is the complete list of members for TcpClient, including all inherited members.
Bytes typedef (defined in TcpClient)TcpClient
close()TcpClient
connect(const std::string &hostname, int port, int timeoutInMillisecons=0)TcpClient
getNoDelay() const TcpClient
receive(int timeoutInMillisecons=0)TcpClient
receive(size_t numberOfBytesToReceive, int timeoutInMillisecons=0)TcpClient
send(const std::string &value)TcpClient
send(const char *buffer, size_t bufferLength)TcpClient
setNoDelay(bool setTcpNoDelayOption=true)TcpClient
TcpClient(const std::string &hostname, int port, int timeoutInMillisecons=0)TcpClient
TcpClient()TcpClient
~TcpClient(void)TcpClient