ROOT_Application
2.0
C++ Core modules and GUIStock
|
File included by Stock.cpp, Function for embedding python in Stock class. More...
#include <python2.7/Python.h>
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... | |
File included by Stock.cpp, Function for embedding python in Stock class.
Last Changed
Definition in file StockwrapPyParser.cpp.
#define Python_for_stock |
Definition at line 13 of file StockwrapPyParser.cpp.
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().