Definition at line 31 of file Error.h.
◆ Enum
List of known errors.
Enumerator |
---|
Nothing | Indicates absence of error.
|
Generic | Error has generic nature.
|
NotLicensed | Product is not licensed.
|
BadConfiguration | Handler configuration is invalid.
|
BadMessage | FIX message has invalid structure. E.g. misses some of required fields.
|
Definition at line 34 of file Error.h.
◆ deserialize()
Enum deserialize |
( |
const char * | value | ) |
|
|
static |
Returns constant from its text presentation.
◆ toString()
const char * toString |
( |
Enum | value | ) |
|
|
static |
Returns string presentation of value.