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

#include <OTStorage.hpp>

Inheritance diagram for opentxs::OTDB::TradeListMarket:
Collaboration diagram for opentxs::OTDB::TradeListMarket:

Public Member Functions

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

Protected Member Functions

 TradeListMarket ()
 
- 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 1273 of file OTStorage.hpp.

Constructor & Destructor Documentation

opentxs::OTDB::TradeListMarket::TradeListMarket ( )
inlineprotected

Definition at line 1279 of file OTStorage.hpp.

1280  : Storable()
1281  {
1282  m_Type = "TradeListMarket";
1283  }
virtual opentxs::OTDB::TradeListMarket::~TradeListMarket ( )
inlinevirtual

Definition at line 1286 of file OTStorage.hpp.

1287  {
1288  }

Member Function Documentation

opentxs::OTDB::TradeListMarket::DECLARE_GET_ADD_REMOVE ( TradeDataMarket  )

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