BLPAPI C++
3.25.2
|
Format messages for publishing. More...
#include <blpapi_call.h>
#include <blpapi_defs.h>
#include <blpapi_event.h>
#include <blpapi_topic.h>
#include <blpapi_types.h>
#include <stddef.h>
#include <string>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | MessageFormatter |
Namespaces | |
BloombergLP | |
BloombergLP::blpapi | |
BloombergLP::blpapi::test | |
Typedefs | |
typedef test::MessageFormatter | MessageFormatter |
Format messages for publishing.
int blpapi_MessageFormatter_appendElement | ( | blpapi_MessageFormatter_t * | formatter | ) |
int blpapi_MessageFormatter_appendValueBool | ( | blpapi_MessageFormatter_t * | formatter, |
blpapi_Bool_t | value | ||
) |
int blpapi_MessageFormatter_appendValueChar | ( | blpapi_MessageFormatter_t * | formatter, |
char | value | ||
) |
int blpapi_MessageFormatter_appendValueDatetime | ( | blpapi_MessageFormatter_t * | formatter, |
const blpapi_Datetime_t * | value | ||
) |
int blpapi_MessageFormatter_appendValueFloat32 | ( | blpapi_MessageFormatter_t * | formatter, |
blpapi_Float32_t | value | ||
) |
int blpapi_MessageFormatter_appendValueFloat64 | ( | blpapi_MessageFormatter_t * | formatter, |
blpapi_Float64_t | value | ||
) |
int blpapi_MessageFormatter_appendValueFromName | ( | blpapi_MessageFormatter_t * | formatter, |
const blpapi_Name_t * | value | ||
) |
int blpapi_MessageFormatter_appendValueHighPrecisionDatetime | ( | blpapi_MessageFormatter_t * | formatter, |
const blpapi_HighPrecisionDatetime_t * | value | ||
) |
int blpapi_MessageFormatter_appendValueInt32 | ( | blpapi_MessageFormatter_t * | formatter, |
blpapi_Int32_t | value | ||
) |
int blpapi_MessageFormatter_appendValueInt64 | ( | blpapi_MessageFormatter_t * | formatter, |
blpapi_Int64_t | value | ||
) |
int blpapi_MessageFormatter_appendValueString | ( | blpapi_MessageFormatter_t * | formatter, |
const char * | value | ||
) |
int blpapi_MessageFormatter_assign | ( | blpapi_MessageFormatter_t ** | lhs, |
const blpapi_MessageFormatter_t * | rhs | ||
) |
int blpapi_MessageFormatter_copy | ( | blpapi_MessageFormatter_t ** | formatter, |
const blpapi_MessageFormatter_t * | original | ||
) |
int blpapi_MessageFormatter_destroy | ( | blpapi_MessageFormatter_t * | formatter | ) |
int blpapi_MessageFormatter_FormatMessageJson | ( | blpapi_MessageFormatter_t * | formatter, |
const char * | message | ||
) |
int blpapi_MessageFormatter_FormatMessageXml | ( | blpapi_MessageFormatter_t * | formatter, |
const char * | message | ||
) |
int blpapi_MessageFormatter_getElementDefinition | ( | blpapi_MessageFormatter_t * | formatter, |
blpapi_SchemaElementDefinition_t ** | definition | ||
) |
int blpapi_MessageFormatter_popElement | ( | blpapi_MessageFormatter_t * | formatter | ) |
int blpapi_MessageFormatter_pushElement | ( | blpapi_MessageFormatter_t * | formatter, |
const blpapi_Name_t * | typeName | ||
) |
int blpapi_MessageFormatter_setValueBool | ( | blpapi_MessageFormatter_t * | formatter, |
const blpapi_Name_t * | typeName, | ||
blpapi_Bool_t | value | ||
) |
int blpapi_MessageFormatter_setValueBytes | ( | blpapi_MessageFormatter_t * | formatter, |
const blpapi_Name_t * | typeName, | ||
const char * | value, | ||
size_t | length | ||
) |
int blpapi_MessageFormatter_setValueChar | ( | blpapi_MessageFormatter_t * | formatter, |
const blpapi_Name_t * | typeName, | ||
char | value | ||
) |
int blpapi_MessageFormatter_setValueDatetime | ( | blpapi_MessageFormatter_t * | formatter, |
const blpapi_Name_t * | typeName, | ||
const blpapi_Datetime_t * | value | ||
) |
int blpapi_MessageFormatter_setValueFloat32 | ( | blpapi_MessageFormatter_t * | formatter, |
const blpapi_Name_t * | typeName, | ||
blpapi_Float32_t | value | ||
) |
int blpapi_MessageFormatter_setValueFloat64 | ( | blpapi_MessageFormatter_t * | formatter, |
const blpapi_Name_t * | typeName, | ||
blpapi_Float64_t | value | ||
) |
int blpapi_MessageFormatter_setValueFromName | ( | blpapi_MessageFormatter_t * | formatter, |
const blpapi_Name_t * | typeName, | ||
const blpapi_Name_t * | value | ||
) |
int blpapi_MessageFormatter_setValueHighPrecisionDatetime | ( | blpapi_MessageFormatter_t * | formatter, |
const blpapi_Name_t * | typeName, | ||
const blpapi_HighPrecisionDatetime_t * | value | ||
) |
int blpapi_MessageFormatter_setValueInt32 | ( | blpapi_MessageFormatter_t * | formatter, |
const blpapi_Name_t * | typeName, | ||
blpapi_Int32_t | value | ||
) |
int blpapi_MessageFormatter_setValueInt64 | ( | blpapi_MessageFormatter_t * | formatter, |
const blpapi_Name_t * | typeName, | ||
blpapi_Int64_t | value | ||
) |
int blpapi_MessageFormatter_setValueNull | ( | blpapi_MessageFormatter_t * | formatter, |
const blpapi_Name_t * | typeName | ||
) |
int blpapi_MessageFormatter_setValueString | ( | blpapi_MessageFormatter_t * | formatter, |
const blpapi_Name_t * | typeName, | ||
const char * | value | ||
) |