BLPAPI C++ 3.26.7
Loading...
Searching...
No Matches
Component blpapi_schema

Detailed Description

Provide a representation of a schema describing structured messages.

Purpose:
Provide a representation of a schema describing structured messages
Classes:
blpapi::SchemaStatusthe version status of a schema
blpapi::SchemaTypeDefinitiondefinitions of schema types
blpapi::SchemaElementDefinitiondefinitions of message elements
Description:
This component provides types for representing schemata which describe structured messages. Such schemata consist of two distinct kinds of definitions: "type" definitions (represented by SchemaTypeDefinition objects) declare types than can be used within other definitions (of both kinds); an "element" definition defines a specific field by associating a field identifier with a particular type, as well as the number of values of that type that are permitted to be associated with that identifier.

Classes

struct  SchemaStatus
class  SchemaElementDefinition
class  SchemaTypeDefinition

Functions

constexpr const char * to_string (SchemaStatus::Value status)

Function Documentation

◆ to_string()

const char * to_string ( SchemaStatus::Value status)
constexpr

Return a string representation of the specified status.