Definition at line 296 of file Enumerations.h.
◆ Enum
Delivery restrictions.
Enumerator |
---|
NoRestriction | 0x00 | No restriction.
|
SUB10 | 0x01 | Not accepted:
- Deliverables with maturity greater than 10 years.
|
NO_LT | 0x02 | Not accepted:
|
SUB10_NO_LT | 0x03 | Not accepted:
- Deliverables with maturity greater than 10 years.
- Letras ("Bills").
|
NO_ST | 0x04 | Not accepted:
|
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.
◆ deserialize()
Enum deserialize |
( |
const char * | | ) |
|
|
static |
Deserializes constant from string representation.
◆ toString()
const char * toString |
( |
Enum | | ) |
|
|
static |
Returns string representation.