#include <OnixS/MTS/BondVision/SDP/SMP.Enumerations.h>
Public Types | |
enum | Enum { TI_RFQ_EVENT_Insert = 0, TI_RFQ_EVENT_Accept = 1, TI_RFQ_EVENT_Refuse = 2, TI_RFQ_EVENT_Respond = 3, TI_RFQ_EVENT_Cancel = 4 } |
Static Public Member Functions | |
static std::string | toString (Enum value) |
Definition at line 2827 of file SMP.Enumerations.h.
enum Enum |
Enumerator | |
---|---|
TI_RFQ_EVENT_Insert |
Insert. |
TI_RFQ_EVENT_Accept |
Accept. |
TI_RFQ_EVENT_Refuse |
Refuse. |
TI_RFQ_EVENT_Respond |
Respond. |
TI_RFQ_EVENT_Cancel |
Cancel. |
Definition at line 2829 of file SMP.Enumerations.h.
|
static |
Provides string presentation.