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

Public Types

enum  Method { POST, GET }
 

Public Member Functions

 EndPoint (Config &config)
 
void read (JSON::Object::Ptr obj)
 
void writeHeader (ApiFileOutputStream &header)
 
void writeResponseSchema (ApiFileOutputStream &cpp, UInt32 idx)
 
void writeCpp (ApiFileOutputStream &cpp)
 

Public Attributes

string url
 
Method method
 
string description
 
string name
 
vector< string > responseSchemaNames
 
string inputSchemaName
 
Config_config
 

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