Open-Transactions  0.93.0-ge03d287
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
opentxs::OTDB::MarketData Class Reference

#include <OTStorage.hpp>

Inheritance diagram for opentxs::OTDB::MarketData:
Collaboration diagram for opentxs::OTDB::MarketData:

Public Member Functions

virtual ~MarketData ()
 
- Public Member Functions inherited from opentxs::OTDB::Displayable
virtual ~Displayable ()
 
- Public Member Functions inherited from opentxs::OTDB::Storable
virtual ~Storable ()
 

Public Attributes

std::string server_id
 
std::string market_id
 
std::string asset_type_id
 
std::string currency_type_id
 
std::string scale
 
std::string total_assets
 
std::string number_bids
 
std::string number_asks
 
std::string last_sale_price
 
std::string current_bid
 
std::string current_ask
 
std::string volume_trades
 
std::string volume_assets
 
std::string volume_currency
 
std::string recent_highest_bid
 
std::string recent_lowest_ask
 
std::string last_sale_date
 
- Public Attributes inherited from opentxs::OTDB::Displayable
std::string gui_label
 

Protected Member Functions

 MarketData ()
 
- Protected Member Functions inherited from opentxs::OTDB::Displayable
 Displayable ()
 
- Protected Member Functions inherited from opentxs::OTDB::Storable
 Storable ()
 

Additional Inherited Members

- Static Public Member Functions inherited from opentxs::OTDB::Storable
static EXPORT StorableCreate (StoredObjectType eType, PackType thePackType)
 
- Protected Attributes inherited from opentxs::OTDB::Storable
std::string m_Type
 

Detailed Description

Definition at line 1023 of file OTStorage.hpp.

Constructor & Destructor Documentation

opentxs::OTDB::MarketData::MarketData ( )
inlineprotected

Definition at line 1029 of file OTStorage.hpp.

1030  : Displayable()
1031  , scale("0")
1032  , total_assets("0")
1033  , number_bids("0")
1034  , last_sale_price("0")
1035  , current_bid("0")
1036  , current_ask("0")
1037  , volume_trades("0")
1038  , volume_assets("0")
1039  , volume_currency("0")
1040  , recent_highest_bid("0")
1041  , recent_lowest_ask("0")
1042  , last_sale_date("0")
1043  {
1044  m_Type = "MarketData";
1045  }
std::string recent_highest_bid
Definition: OTStorage.hpp:1083
virtual opentxs::OTDB::MarketData::~MarketData ( )
inlinevirtual

Definition at line 1048 of file OTStorage.hpp.

1049  {
1050  }

Member Data Documentation

std::string opentxs::OTDB::MarketData::asset_type_id

Definition at line 1057 of file OTStorage.hpp.

std::string opentxs::OTDB::MarketData::currency_type_id

Definition at line 1058 of file OTStorage.hpp.

std::string opentxs::OTDB::MarketData::current_ask

Definition at line 1074 of file OTStorage.hpp.

std::string opentxs::OTDB::MarketData::current_bid

Definition at line 1073 of file OTStorage.hpp.

std::string opentxs::OTDB::MarketData::last_sale_date

Definition at line 1088 of file OTStorage.hpp.

std::string opentxs::OTDB::MarketData::last_sale_price

Definition at line 1071 of file OTStorage.hpp.

std::string opentxs::OTDB::MarketData::market_id

Definition at line 1055 of file OTStorage.hpp.

std::string opentxs::OTDB::MarketData::number_asks

Definition at line 1069 of file OTStorage.hpp.

std::string opentxs::OTDB::MarketData::number_bids

Definition at line 1068 of file OTStorage.hpp.

std::string opentxs::OTDB::MarketData::recent_highest_bid

Definition at line 1083 of file OTStorage.hpp.

std::string opentxs::OTDB::MarketData::recent_lowest_ask

Definition at line 1085 of file OTStorage.hpp.

std::string opentxs::OTDB::MarketData::scale

Definition at line 1060 of file OTStorage.hpp.

std::string opentxs::OTDB::MarketData::server_id

Definition at line 1054 of file OTStorage.hpp.

std::string opentxs::OTDB::MarketData::total_assets

Definition at line 1065 of file OTStorage.hpp.

std::string opentxs::OTDB::MarketData::volume_assets

Definition at line 1079 of file OTStorage.hpp.

std::string opentxs::OTDB::MarketData::volume_currency

Definition at line 1080 of file OTStorage.hpp.

std::string opentxs::OTDB::MarketData::volume_trades

Definition at line 1077 of file OTStorage.hpp.


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