#include <SMP.Enumerations.h>
Public Types | |
enum | Enum { TI_RFQ_EVENT_Insert, TI_RFQ_EVENT_Accept, TI_RFQ_EVENT_Refuse, TI_RFQ_EVENT_Respond, TI_RFQ_EVENT_Cancel } |
Static Public Member Functions | |
static std::string | toString (Enum value) |
Definition at line 2534 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 (REPO Market Only) |
Definition at line 2536 of file SMP.Enumerations.h.
|
static |
Provides string presentation.