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

#include <OTStorage.hpp>

Inheritance diagram for opentxs::OTDB::TradeDataNym:
Collaboration diagram for opentxs::OTDB::TradeDataNym:

Public Member Functions

virtual ~TradeDataNym ()
 
- 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 completed_count
 
std::string date
 
std::string price
 
std::string amount_sold
 
std::string updated_id
 
std::string offer_price
 
std::string finished_so_far
 
std::string asset_id
 
std::string currency_id
 
std::string currency_paid
 
- Public Attributes inherited from opentxs::OTDB::Displayable
std::string gui_label
 

Protected Member Functions

 TradeDataNym ()
 
- 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 1389 of file OTStorage.hpp.

Constructor & Destructor Documentation

opentxs::OTDB::TradeDataNym::TradeDataNym ( )
inlineprotected

Definition at line 1395 of file OTStorage.hpp.

1396  : Displayable()
1397  , transaction_id("0")
1398  , completed_count("0")
1399  , date("0")
1400  , price("0")
1401  , amount_sold("0")
1402  , updated_id("0")
1403  , offer_price("0")
1404  , finished_so_far("0")
1405  , currency_paid("0")
1406  {
1407  m_Type = "TradeDataNym";
1408  }
virtual opentxs::OTDB::TradeDataNym::~TradeDataNym ( )
inlinevirtual

Definition at line 1411 of file OTStorage.hpp.

1412  {
1413  }

Member Data Documentation

std::string opentxs::OTDB::TradeDataNym::amount_sold

Definition at line 1424 of file OTStorage.hpp.

std::string opentxs::OTDB::TradeDataNym::asset_id

Definition at line 1429 of file OTStorage.hpp.

std::string opentxs::OTDB::TradeDataNym::completed_count

Definition at line 1419 of file OTStorage.hpp.

std::string opentxs::OTDB::TradeDataNym::currency_id

Definition at line 1430 of file OTStorage.hpp.

std::string opentxs::OTDB::TradeDataNym::currency_paid

Definition at line 1431 of file OTStorage.hpp.

std::string opentxs::OTDB::TradeDataNym::date

Definition at line 1422 of file OTStorage.hpp.

std::string opentxs::OTDB::TradeDataNym::finished_so_far

Definition at line 1427 of file OTStorage.hpp.

std::string opentxs::OTDB::TradeDataNym::offer_price

Definition at line 1426 of file OTStorage.hpp.

std::string opentxs::OTDB::TradeDataNym::price

Definition at line 1423 of file OTStorage.hpp.

std::string opentxs::OTDB::TradeDataNym::transaction_id

Definition at line 1417 of file OTStorage.hpp.

std::string opentxs::OTDB::TradeDataNym::updated_id

Definition at line 1425 of file OTStorage.hpp.


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