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.26.6.64-experimental+729270cf207a6113e8bbb043419936f745983b67
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