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

#include <OTStorage.hpp>

Inheritance diagram for opentxs::OTDB::AskData:
Collaboration diagram for opentxs::OTDB::AskData:

Public Member Functions

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

Protected Member Functions

 AskData ()
 
- Protected Member Functions inherited from opentxs::OTDB::OfferDataMarket
 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)
 
- Public Attributes inherited from opentxs::OTDB::OfferDataMarket
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 Attributes inherited from opentxs::OTDB::Storable
std::string m_Type
 

Detailed Description

Definition at line 1191 of file OTStorage.hpp.

Constructor & Destructor Documentation

opentxs::OTDB::AskData::AskData ( )
inlineprotected

Definition at line 1197 of file OTStorage.hpp.

1198  : OfferDataMarket()
1199  {
1200  m_Type = "AskData";
1201  }
virtual opentxs::OTDB::AskData::~AskData ( )
inlinevirtual

Definition at line 1204 of file OTStorage.hpp.

1205  {
1206  }

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