BLPAPI C++  3.24.8
Component blpapi_schema

Provide a representation of a schema describing structured messages. More...

Namespaces

 BloombergLP
 
 BloombergLP::blpapi
 

Classes

struct  SchemaStatus
 
class  SchemaElementDefinition
 
class  SchemaTypeDefinition
 

Detailed Description

Provide a representation of a schema describing structured messages.

Purpose:
Provide a representation of a schema describing structured messages
Classes:
blpapi::SchemaStatus the version status of a schema
blpapi::SchemaTypeDefinition definitions of schema types
blpapi::SchemaElementDefinition definitions 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.