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

#include <OTStorage.hpp>

Inheritance diagram for opentxs::OTDB::TradeDataMarket:
Collaboration diagram for opentxs::OTDB::TradeDataMarket:

Public Member Functions

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

Public Attributes

std::string transaction_id
 
std::string date
 
std::string price
 
std::string amount_sold
 
- Public Attributes inherited from opentxs::OTDB::Displayable
std::string gui_label
 

Protected Member Functions

 TradeDataMarket ()
 
- 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 1242 of file OTStorage.hpp.

Constructor & Destructor Documentation

opentxs::OTDB::TradeDataMarket::TradeDataMarket ( )
inlineprotected

Definition at line 1248 of file OTStorage.hpp.

1249  : Displayable()
1250  , transaction_id("0")
1251  , date("0")
1252  , price("0")
1253  , amount_sold("0")
1254  {
1255  m_Type = "TradeDataMarket";
1256  }
virtual opentxs::OTDB::TradeDataMarket::~TradeDataMarket ( )
inlinevirtual

Definition at line 1259 of file OTStorage.hpp.

1260  {
1261  }

Member Data Documentation

std::string opentxs::OTDB::TradeDataMarket::amount_sold

Definition at line 1268 of file OTStorage.hpp.

std::string opentxs::OTDB::TradeDataMarket::date

Definition at line 1266 of file OTStorage.hpp.

std::string opentxs::OTDB::TradeDataMarket::price

Definition at line 1267 of file OTStorage.hpp.

std::string opentxs::OTDB::TradeDataMarket::transaction_id

Definition at line 1265 of file OTStorage.hpp.


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