ROOT_Application  2.0
C++ Core modules and GUIStock
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions
StockwrapPyParser.cpp File Reference

File included by Stock.cpp, Function for embedding python in Stock class. More...

#include <python2.7/Python.h>
Include dependency graph for StockwrapPyParser.cpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define Python_for_stock
 

Functions

void GetListDataFromPyList (PyObject *pyListCSV, ldata_candle *new_listdata_csv, ldata_volume *new_listdata_vol)
 Utility function to fill ListDataStocks from a python tuple. More...
 

Detailed Description

File included by Stock.cpp, Function for embedding python in Stock class.

Last Changed

Id:
StockwrapPyParser.cpp 514 2014-12-19 21:52:42Z martinml

Definition in file StockwrapPyParser.cpp.

Macro Definition Documentation

#define Python_for_stock

Definition at line 13 of file StockwrapPyParser.cpp.

Function Documentation

void GetListDataFromPyList ( PyObject *  pyListCSV,
ldata_candle new_listdata_csv,
ldata_volume new_listdata_vol 
)

Utility function to fill ListDataStocks from a python tuple.

Definition at line 414 of file StockwrapPyParser.cpp.

References ListDataStock< T, PolicyChronologic >::AddData(), ListDataStock< T, PolicyChronologic >::Reserve(), SimpleData::SetData(), and DataCSV::SetData().

Referenced by Stock::UpdateCSVFromWeb().

Here is the call graph for this function:

Here is the caller graph for this function: