#include <SMP.Enumerations.h>
Public Types | |
enum | Enum { TI_POSSIBLE_QUOTING_None, TI_POSSIBLE_QUOTING_Single, TI_POSSIBLE_QUOTING_Double, TI_POSSIBLE_QUOTING_Both } |
Static Public Member Functions | |
static std::string | toString (Enum value) |
Definition at line 1782 of file SMP.Enumerations.h.
enum Enum |
Enumerator | |
---|---|
TI_POSSIBLE_QUOTING_None |
None. |
TI_POSSIBLE_QUOTING_Single |
Single Side (FAS Orders only) |
TI_POSSIBLE_QUOTING_Double |
Double Side (Proposals Only) |
TI_POSSIBLE_QUOTING_Both |
Both. |
Definition at line 1784 of file SMP.Enumerations.h.
|
static |
Provides string presentation.