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

#include <OTStorage.hpp>

Inheritance diagram for opentxs::OTDB::OfferDataNym:
Collaboration diagram for opentxs::OTDB::OfferDataNym:

Public Member Functions

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

Public Attributes

std::string valid_from
 
std::string valid_to
 
std::string server_id
 
std::string asset_type_id
 
std::string asset_acct_id
 
std::string currency_type_id
 
std::string currency_acct_id
 
bool selling
 
std::string scale
 
std::string price_per_scale
 
std::string transaction_id
 
std::string total_assets
 
std::string finished_so_far
 
std::string minimum_increment
 
std::string stop_sign
 
std::string stop_price
 
std::string date
 
- Public Attributes inherited from opentxs::OTDB::Displayable
std::string gui_label
 

Protected Member Functions

 OfferDataNym ()
 
- 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 1295 of file OTStorage.hpp.

Constructor & Destructor Documentation

opentxs::OTDB::OfferDataNym::OfferDataNym ( )
inlineprotected

Definition at line 1301 of file OTStorage.hpp.

1302  : Displayable()
1303  , valid_from("0")
1304  , valid_to("0")
1305  , selling(false)
1306  , scale("1")
1307  , price_per_scale("1")
1308  , transaction_id("0")
1309  , total_assets("1")
1310  , finished_so_far("0")
1311  , minimum_increment("1")
1312  , stop_price("0")
1313  , date("0")
1314  {
1315  m_Type = "OfferDataNym";
1316  }
virtual opentxs::OTDB::OfferDataNym::~OfferDataNym ( )
inlinevirtual

Definition at line 1319 of file OTStorage.hpp.

1320  {
1321  }

Member Data Documentation

std::string opentxs::OTDB::OfferDataNym::asset_acct_id

Definition at line 1330 of file OTStorage.hpp.

std::string opentxs::OTDB::OfferDataNym::asset_type_id

Definition at line 1329 of file OTStorage.hpp.

std::string opentxs::OTDB::OfferDataNym::currency_acct_id

Definition at line 1333 of file OTStorage.hpp.

std::string opentxs::OTDB::OfferDataNym::currency_type_id

Definition at line 1331 of file OTStorage.hpp.

std::string opentxs::OTDB::OfferDataNym::date

Definition at line 1361 of file OTStorage.hpp.

std::string opentxs::OTDB::OfferDataNym::finished_so_far

Definition at line 1344 of file OTStorage.hpp.

std::string opentxs::OTDB::OfferDataNym::minimum_increment

Definition at line 1354 of file OTStorage.hpp.

std::string opentxs::OTDB::OfferDataNym::price_per_scale

Definition at line 1339 of file OTStorage.hpp.

std::string opentxs::OTDB::OfferDataNym::scale

Definition at line 1337 of file OTStorage.hpp.

bool opentxs::OTDB::OfferDataNym::selling

Definition at line 1335 of file OTStorage.hpp.

std::string opentxs::OTDB::OfferDataNym::server_id

Definition at line 1328 of file OTStorage.hpp.

std::string opentxs::OTDB::OfferDataNym::stop_price

Definition at line 1358 of file OTStorage.hpp.

std::string opentxs::OTDB::OfferDataNym::stop_sign

Definition at line 1356 of file OTStorage.hpp.

std::string opentxs::OTDB::OfferDataNym::total_assets

Definition at line 1343 of file OTStorage.hpp.

std::string opentxs::OTDB::OfferDataNym::transaction_id

Definition at line 1341 of file OTStorage.hpp.

std::string opentxs::OTDB::OfferDataNym::valid_from

Definition at line 1325 of file OTStorage.hpp.

std::string opentxs::OTDB::OfferDataNym::valid_to

Definition at line 1326 of file OTStorage.hpp.


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