OnixS BME SENAF Handler C++ library 2.3.0
API documentation
Loading...
Searching...
No Matches
DeliveryRestrictions Struct Reference

Public Types

enum  Enum

Static Public Member Functions

static Enum deserialize (const char *)
static const char * toString (Enum)

Detailed Description

Definition at line 296 of file Enumerations.h.

Member Enumeration Documentation

◆ Enum

enum Enum

Delivery restrictions.

Enumerator
NoRestriction 0x00 

No restriction.

SUB10 0x01 

Not accepted:

  • Deliverables with maturity greater than 10 years.
NO_LT 0x02 

Not accepted:

  • Letras ("Bills").
SUB10_NO_LT 0x03 

Not accepted:

  • Deliverables with maturity greater than 10 years.
  • Letras ("Bills").
NO_ST 0x04 

Not accepted:

  • Strips.
SUB10_NO_ST 0x05 

Not accepted:

  • Deliverables with maturity greater than 10 years.
  • Strips.
NO_LT_NO_ST 0x06 

Not accepted:

  • Letras ("Bills").
  • Strips.
SUB10_NO_LT_NO_ST 0x07 

Not accepted:

  • Deliverables with maturity greater than 10 years.
  • Letras ("Bills").
  • Strips.

Definition at line 299 of file Enumerations.h.

Member Function Documentation

◆ deserialize()

Enum deserialize ( const char * )
static

Deserializes constant from string representation.

◆ toString()

const char * toString ( Enum )
static

Returns string representation.