OnixS C++ CME Market Data Handler  2.56.0.0
Public Member Functions | List of all members
FeedSocket Class Reference

Wrapps operations over feed socket handle. More...

Public Member Functions

 FeedSocket (int handle)
 Initializes instance.
 
 ~FeedSocket ()
 Does nothing.
 
int getOption (int level, int option, void *optionValue, int &optionValueSize)
 Provides access to socket option. More...
 
int setOption (int level, int option, const void *optionValue, int optionValueSize)
 Updates socket option. More...
 

Detailed Description

Wrapps operations over feed socket handle.

Member Function Documentation

int getOption ( int  level,
int  option,
void *  optionValue,
int &  optionValueSize 
)

Provides access to socket option.

Returns
result of socket API call.
int setOption ( int  level,
int  option,
const void *  optionValue,
int  optionValueSize 
)

Updates socket option.

Returns
result of socket API call.