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

#include <OTStorage.hpp>

Inheritance diagram for opentxs::OTDB::OfferDataMarket:
Collaboration diagram for opentxs::OTDB::OfferDataMarket:

Public Member Functions

virtual ~OfferDataMarket ()
 
- 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 price_per_scale
 
std::string available_assets
 
std::string minimum_increment
 
std::string date
 
- Public Attributes inherited from opentxs::OTDB::Displayable
std::string gui_label
 

Protected Member Functions

 OfferDataMarket ()
 
- 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 1116 of file OTStorage.hpp.

Constructor & Destructor Documentation

opentxs::OTDB::OfferDataMarket::OfferDataMarket ( )
inlineprotected

Definition at line 1122 of file OTStorage.hpp.

1123  : Displayable()
1124  , transaction_id("0")
1125  , price_per_scale("1")
1126  , available_assets("0")
1127  , minimum_increment("1")
1128  , date("0")
1129  {
1130  m_Type = "OfferDataMarket";
1131  }
virtual opentxs::OTDB::OfferDataMarket::~OfferDataMarket ( )
inlinevirtual

Definition at line 1134 of file OTStorage.hpp.

1135  {
1136  }

Member Data Documentation

std::string opentxs::OTDB::OfferDataMarket::available_assets

Definition at line 1145 of file OTStorage.hpp.

std::string opentxs::OTDB::OfferDataMarket::date

Definition at line 1157 of file OTStorage.hpp.

std::string opentxs::OTDB::OfferDataMarket::minimum_increment

Definition at line 1155 of file OTStorage.hpp.

std::string opentxs::OTDB::OfferDataMarket::price_per_scale

Definition at line 1141 of file OTStorage.hpp.

std::string opentxs::OTDB::OfferDataMarket::transaction_id

Definition at line 1140 of file OTStorage.hpp.


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