BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | Public Attributes | List of all members
graphene::market_history::bucket_object Struct Reference

#include <market_history_plugin.hpp>

Inheritance diagram for graphene::market_history::bucket_object:
graphene::db::abstract_object< bucket_object, MARKET_HISTORY_SPACE_ID, bucket_object_type > graphene::db::base_abstract_object< bucket_object > graphene::db::object

Public Member Functions

price high () const
 
price low () const
 
- Public Member Functions inherited from graphene::db::abstract_object< bucket_object, MARKET_HISTORY_SPACE_ID, bucket_object_type >
 abstract_object ()
 
object_id< SpaceID, TypeID > get_id () const
 
- Public Member Functions inherited from graphene::db::base_abstract_object< bucket_object >
std::unique_ptr< objectclone () const override
 
void move_from (object &obj) override
 
fc::variant to_variant () const override
 
std::vector< char > pack () const override
 
 object ()=default
 
 object (uint8_t space_id, uint8_t type_id)
 
- Public Member Functions inherited from graphene::db::object
 object ()=default
 
 object (uint8_t space_id, uint8_t type_id)
 
virtual ~object ()=default
 
virtual std::unique_ptr< objectclone () const =0
 
virtual fc::variant to_variant () const =0
 
virtual std::vector< char > pack () const =0
 

Public Attributes

bucket_key key
 
share_type high_base
 
share_type high_quote
 
share_type low_base
 
share_type low_quote
 
share_type open_base
 
share_type open_quote
 
share_type close_base
 
share_type close_quote
 
share_type base_volume
 
share_type quote_volume
 
- Public Attributes inherited from graphene::db::object
object_id_type id
 

Additional Inherited Members

- Static Public Attributes inherited from graphene::db::abstract_object< bucket_object, MARKET_HISTORY_SPACE_ID, bucket_object_type >
static constexpr uint8_t space_id
 
static constexpr uint8_t type_id
 

Detailed Description

Definition at line 85 of file market_history_plugin.hpp.

Member Function Documentation

◆ high()

price graphene::market_history::bucket_object::high ( ) const
inline

Definition at line 87 of file market_history_plugin.hpp.

◆ low()

price graphene::market_history::bucket_object::low ( ) const
inline

Definition at line 88 of file market_history_plugin.hpp.

Member Data Documentation

◆ base_volume

share_type graphene::market_history::bucket_object::base_volume

Definition at line 99 of file market_history_plugin.hpp.

◆ close_base

share_type graphene::market_history::bucket_object::close_base

Definition at line 97 of file market_history_plugin.hpp.

◆ close_quote

share_type graphene::market_history::bucket_object::close_quote

Definition at line 98 of file market_history_plugin.hpp.

◆ high_base

share_type graphene::market_history::bucket_object::high_base

Definition at line 91 of file market_history_plugin.hpp.

◆ high_quote

share_type graphene::market_history::bucket_object::high_quote

Definition at line 92 of file market_history_plugin.hpp.

◆ key

bucket_key graphene::market_history::bucket_object::key

Definition at line 90 of file market_history_plugin.hpp.

◆ low_base

share_type graphene::market_history::bucket_object::low_base

Definition at line 93 of file market_history_plugin.hpp.

◆ low_quote

share_type graphene::market_history::bucket_object::low_quote

Definition at line 94 of file market_history_plugin.hpp.

◆ open_base

share_type graphene::market_history::bucket_object::open_base

Definition at line 95 of file market_history_plugin.hpp.

◆ open_quote

share_type graphene::market_history::bucket_object::open_quote

Definition at line 96 of file market_history_plugin.hpp.

◆ quote_volume

share_type graphene::market_history::bucket_object::quote_volume

Definition at line 100 of file market_history_plugin.hpp.


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