Structure to hold information about a single stock.
More...
#include <stock.hpp>
|
template<typename Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
Structure to hold information about a single stock.
Definition at line 19 of file stock.hpp.
template<typename Archive >
void s11n_example::stock::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
inline |
double s11n_example::stock::buy_price |
int s11n_example::stock::buy_quantity |
std::string s11n_example::stock::code |
double s11n_example::stock::high_price |
double s11n_example::stock::last_price |
double s11n_example::stock::low_price |
std::string s11n_example::stock::name |
double s11n_example::stock::open_price |
double s11n_example::stock::sell_price |
int s11n_example::stock::sell_quantity |
The documentation for this struct was generated from the following file:
- /home/martin/ver/3DLab/code/asio-1.10.6/src/examples/cpp03/serialization/stock.hpp