Realistic 3D camera system
3D camera system components
Public Member Functions | Public Attributes | List of all members
s11n_example::stock Struct Reference

Structure to hold information about a single stock. More...

#include <stock.hpp>

Public Member Functions

template<typename Archive >
void serialize (Archive &ar, const unsigned int version)
 

Public Attributes

std::string code
 
std::string name
 
double open_price
 
double high_price
 
double low_price
 
double last_price
 
double buy_price
 
int buy_quantity
 
double sell_price
 
int sell_quantity
 

Detailed Description

Structure to hold information about a single stock.

Definition at line 19 of file stock.hpp.

Member Function Documentation

template<typename Archive >
void s11n_example::stock::serialize ( Archive &  ar,
const unsigned int  version 
)
inline

Definition at line 33 of file stock.hpp.

Member Data Documentation

double s11n_example::stock::buy_price

Definition at line 27 of file stock.hpp.

int s11n_example::stock::buy_quantity

Definition at line 28 of file stock.hpp.

std::string s11n_example::stock::code

Definition at line 21 of file stock.hpp.

double s11n_example::stock::high_price

Definition at line 24 of file stock.hpp.

double s11n_example::stock::last_price

Definition at line 26 of file stock.hpp.

double s11n_example::stock::low_price

Definition at line 25 of file stock.hpp.

std::string s11n_example::stock::name

Definition at line 22 of file stock.hpp.

double s11n_example::stock::open_price

Definition at line 23 of file stock.hpp.

double s11n_example::stock::sell_price

Definition at line 29 of file stock.hpp.

int s11n_example::stock::sell_quantity

Definition at line 30 of file stock.hpp.


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