Public Member Functions | Public Attributes | List of all members
FIX::SocketInfo Struct Reference

Information about listening socket. More...

#include <SocketServer.h>

Public Member Functions

 SocketInfo ()
 
 SocketInfo (int socket, short port, bool noDelay, int sendBufSize, int rcvBufSize)
 

Public Attributes

int m_socket
 
short m_port
 
bool m_noDelay
 
int m_sendBufSize
 
int m_rcvBufSize
 

Detailed Description

Information about listening socket.

Definition at line 55 of file SocketServer.h.

Constructor & Destructor Documentation

◆ SocketInfo() [1/2]

FIX::SocketInfo::SocketInfo ( )
inline

Definition at line 74 of file SocketServer.h.

75  :
76  typedef std::map<int, SocketInfo>

◆ SocketInfo() [2/2]

FIX::SocketInfo::SocketInfo ( int  socket,
short  port,
bool  noDelay,
int  sendBufSize,
int  rcvBufSize 
)
inline

Definition at line 78 of file SocketServer.h.

85  :
86  class Strategy

Member Data Documentation

◆ m_noDelay

bool FIX::SocketInfo::m_noDelay

Definition at line 84 of file SocketServer.h.

◆ m_port

short FIX::SocketInfo::m_port

Definition at line 83 of file SocketServer.h.

◆ m_rcvBufSize

int FIX::SocketInfo::m_rcvBufSize

Definition at line 86 of file SocketServer.h.

◆ m_sendBufSize

int FIX::SocketInfo::m_sendBufSize

Definition at line 85 of file SocketServer.h.

◆ m_socket

int FIX::SocketInfo::m_socket

Definition at line 82 of file SocketServer.h.


The documentation for this struct was generated from the following file:

Generated on Wed Apr 29 2020 19:41:30 for QuickFIX by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2001