#include <OnixS/MTS/BondVision/SDP/SMP.Enumerations.h>
Public Types | |
enum | Enum { TI_TRADER_ACCOUNT_STATUS_Inactive = 0, TI_TRADER_ACCOUNT_STATUS_Active = 1, TI_TRADER_ACCOUNT_STATUS_ToBeDeleted = 2, TI_TRADER_ACCOUNT_STATUS_Deleted = 3 } |
Static Public Member Functions | |
static std::string | toString (Enum value) |
Definition at line 3133 of file SMP.Enumerations.h.
enum Enum |
Enumerator | |
---|---|
TI_TRADER_ACCOUNT_STATUS_Inactive |
Inactive. |
TI_TRADER_ACCOUNT_STATUS_Active |
Active. |
TI_TRADER_ACCOUNT_STATUS_ToBeDeleted |
To be deleted. |
TI_TRADER_ACCOUNT_STATUS_Deleted |
Deleted. |
Definition at line 3135 of file SMP.Enumerations.h.
|
static |
Provides string presentation.