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

Namespaces

namespace  BloombergLP
namespace  BloombergLP::blpapi

Classes

struct  SchemaStatus
class  SchemaElementDefinition
class  SchemaTypeDefinition

Detailed Description

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.