Click or drag to resize
SchemaDatatype Enumeration
Enumerations for various data types supported in the schema.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public enum Datatype
Members
  Member nameValueDescription
BOOL0 bool
BYTEARRAY256 An array of bytes containing Opaque data.
CHAR1 Signed, 8 bit character (char).
DATE2 See Datetime.
DATETIME3 See Datetime.
ENUMERATION257 An opaque Enumeration type.
FLOAT325 32 bit floating point value (float).
FLOAT646 64 bit floating point value (double).
INT327 32 bit signed integer (int).
INT648 64 bit signed integer (long)
STRING9 System.String.
TIME10 See Datetime.
SEQUENCE258 A complex type containing an ordered collection of one or more elements.
CHOICE259 A complex type containing a selection from a set of elements.
See Also