36#ifndef INCLUDED_BLPAPI_ZFPUTIL
37#define INCLUDED_BLPAPI_ZFPUTIL
94#ifndef INCLUDED_BLPAPI_ABSTRACTSESSION
98#ifndef INCLUDED_BLPAPI_CALL
102#ifndef INCLUDED_BLPAPI_EXCEPTION
106#ifndef INCLUDED_BLPAPI_DEFS
110#ifndef INCLUDED_BLPAPI_SESSIONOPTIONS
114#ifndef INCLUDED_BLPAPI_TLSOPTIONS
118#ifndef INCLUDED_BLPAPI_VERSIONMACROS
132int blpapi_ZfpUtil_getOptionsForLeasedLines(
133 blpapi_SessionOptions_t *sessionOptions,
134 const blpapi_TlsOptions_t *tlsOptions,
195 BLPAPI_CALL(blpapi_UserAgentInfo_setNativeSdkLanguageAndVersion)
196 (
"C++", BLPAPI_SDK_VERSION_STRING);
200 BLPAPI_CALL(blpapi_ZfpUtil_getOptionsForLeasedLines)(
A common interface shared between publisher and consumer sessions.
Provide functions for dispatchtbl.
#define BLPAPI_CALL(FUNCNAME)
Definition blpapi_call.h:361
Common definitions used by the library.
Defines Exceptions that can be thrown by the blpapi library.
A common interface shared between publish and consumer sessions.
Maintain client credentials and trust material.
Provide preprocessor macros for BLPAPI library version information.
static void throwOnError(int errorCode)
Definition blpapi_exception.h:541
Definition blpapi_sessionoptions.h:447
blpapi_SessionOptions_t * handle() const
Definition blpapi_sessionoptions.h:1416
Definition blpapi_tlsoptions.h:204
blpapi_TlsOptions_t * handle() const
Definition blpapi_tlsoptions.h:360
Definition blpapi_zfputil.h:159
Remote
Definition blpapi_zfputil.h:162
@ REMOTE_8196
Use port 8196.
Definition blpapi_zfputil.h:164
@ REMOTE_8194
Use port 8194.
Definition blpapi_zfputil.h:163
static SessionOptions getZfpOptionsForLeasedLines(Remote remote, const TlsOptions &tlsOptions)
Definition blpapi_zfputil.h:191
Definition blpapi_abstractsession.h:212
Definition blpapi_abstractsession.h:211