Click or drag to resize
Constraint Class
Contains a single constraint.
Inheritance Hierarchy
SystemObject
  Bloomberglp.BlpapiConstraint

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.25.11.64-experimental+d519cd77c15f00eb425bcde0dbe3273921f5910b
Syntax
public abstract class Constraint

The Constraint type exposes the following members.

Constructors
  NameDescription
Protected methodConstraint
Initializes a new instance of the Constraint class
Top
Properties
  NameDescription
Public propertyConstraintType
Name of the type of this constraint.
Public propertyValues
A list of all of the possible values that a variable of this type may represent.
Top
Methods
  NameDescription
Public methodPrint(Stream)
Print the constraint to the Stream.
Public methodPrint(TextWriter)
Print the constraint with the help of the TextWriter.
Top
See Also