BLPAPI C++  3.20.6
SchemaStatus Struct Reference

#include <blpapi_schema.h>

Public Types

enum  Value {
  ACTIVE = 0,
  DEPRECATED = 1,
  INACTIVE = 2,
  PENDING_DEPRECATION = 3
}
 

Detailed Description

This struct provides a namespace for enumerating the possible deprecation statuses of a schema element or type.

See Component blpapi_schema

Member Enumeration Documentation

◆ Value

enum Value
Enumerator
ACTIVE 

This item is current and may appear in Messages.

DEPRECATED 

This item is current and may appear in Messages but will be removed in due course

INACTIVE 

This item is not current and will not appear in Messages.

PENDING_DEPRECATION 

This item is expected to be deprecated in the future; clients are advised to migrate away from use of this item


The documentation for this struct was generated from the following file: