ServerPortfolio  2.0
Python parsers and server
 All Classes Namespaces Files Functions Variables Properties Pages
Classes | Namespaces | Functions | Variables
GlobalDicts.py File Reference

Go to the source code of this file.

Classes

class  serverportfolio.GlobalDicts.EAction
 Enumeration for the action to be performed by the parser. More...
 

Namespaces

 serverportfolio.GlobalDicts
 Global variables for configuration: paths, TCP ports and generic definitions.
 

Functions

def serverportfolio.GlobalDicts.MarketMySQL_to_DictStock
 Translate market MySQL to market DictStock, used for Opening market. More...
 

Variables

 serverportfolio.GlobalDicts.TEST_MODE = True
 will load data in data_test and write in data_test/historical_tmp internally set PATH_DATA to test in all C++ functions More...
 
string serverportfolio.GlobalDicts.PATH_DATA_ROOT = "/home/michael/workspace_kepler/ROOT_application/data"
 
string serverportfolio.GlobalDicts.PATH_DATA_ROOT_TEST = "/home/michael/workspace_kepler/ROOT_application/data_test"
 
string serverportfolio.GlobalDicts.PATH_DICT = "/home/michael/workspace_kepler/ServerPortfolio/trunk/ServerPortfolio/data"
 global path to the data directory. More...
 
string serverportfolio.GlobalDicts.PATH_DICT_TEST = "/home/michael/workspace_kepler/ServerPortfolio/trunk/ServerPortfolio/data_unittest"
 
string serverportfolio.GlobalDicts.DEFAULT_DICTIONARY = "dictstocks.txt"
 Default name for the configuration file of the stocks. More...
 
string serverportfolio.GlobalDicts.HOST = "localhost"
 for server More...
 
int serverportfolio.GlobalDicts.PORT = 9999
 port to which the server listens. More...
 
int serverportfolio.GlobalDicts.PORT_GUI = 9998
 port of the GUI server. More...
 
dictionary serverportfolio.GlobalDicts.OpeningMarket
 Additional global dictionary. More...
 
dictionary serverportfolio.GlobalDicts.DictMarketMySQLtoDictStock
 used for MySQL correspondance. More...