A common interface shared between publish and consumer sessions. More...
Namespaces | |
namespace | blpapi |
A common interface shared between publish and consumer sessions.
blpapi::SessionOptions | user specified options when creating a session. |
SessionOptions
class which is used to specify various options during session creation. Session
. #include <blpapi_session.h> SessionOptions sessionOptions; sessionOptions.setServerHost("127.0.0.1"); Session session(sessionOptions); if (!session.start()) { std::cout << "Failed to start session." << std::endl; return; }