#include <OnixS/MTS/Cash/SDP/SMP.Enumerations.h>
Public Types | |
enum | Enum { CMF_DEAL_STATUS_Active = 0, CMF_DEAL_STATUS_Cancelled = 1, CMF_DEAL_STATUS_Restored = 2 } |
Static Public Member Functions | |
static std::string | toString (Enum value) |
Definition at line 170 of file SMP.Enumerations.h.
enum Enum |
Enumerator | |
---|---|
CMF_DEAL_STATUS_Active |
Active. |
CMF_DEAL_STATUS_Cancelled |
Cancelled. |
CMF_DEAL_STATUS_Restored |
Restored. |
Definition at line 172 of file SMP.Enumerations.h.
|
static |
Provides string presentation.