trader  v0.1a
A framework to build trading applications
Public Types | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
trader::FixSpec Class Reference
Inheritance diagram for trader::FixSpec:
Inheritance graph
[legend]
Collaboration diagram for trader::FixSpec:
Collaboration graph
[legend]

Public Types

enum  InterfaceType {
  InterfaceType_STRING, InterfaceType_DOUBLE, InterfaceType_FLOAT, InterfaceType_INTEGER,
  InterfaceType_BOOL, InterfaceType_ENUM, NUM_InterfaceType
}
 
typedef std::unordered_map< std::string, InterfaceType > TypenameToTypeMap
 

Public Member Functions

void process (const string &_namespace, const string &_inputDir, const string &outputdirectory)
 
const char * getCppType (const string &dbName, const string &dbType)
 
string getDefaultType (const string &dbName, InterfaceType interfaceType)
 

Public Attributes

TypenameToTypeMap typenameToTypeMap
 

Static Public Attributes

static FixSpec instance
 

The documentation for this class was generated from the following files: