|
BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <market_history_plugin.hpp>
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< object > | clone () 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< object > | clone () 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 |
Definition at line 85 of file market_history_plugin.hpp.
|
inline |
Definition at line 87 of file market_history_plugin.hpp.
|
inline |
Definition at line 88 of file market_history_plugin.hpp.
| share_type graphene::market_history::bucket_object::base_volume |
Definition at line 99 of file market_history_plugin.hpp.
| share_type graphene::market_history::bucket_object::close_base |
Definition at line 97 of file market_history_plugin.hpp.
| share_type graphene::market_history::bucket_object::close_quote |
Definition at line 98 of file market_history_plugin.hpp.
| share_type graphene::market_history::bucket_object::high_base |
Definition at line 91 of file market_history_plugin.hpp.
| share_type graphene::market_history::bucket_object::high_quote |
Definition at line 92 of file market_history_plugin.hpp.
| bucket_key graphene::market_history::bucket_object::key |
Definition at line 90 of file market_history_plugin.hpp.
| share_type graphene::market_history::bucket_object::low_base |
Definition at line 93 of file market_history_plugin.hpp.
| share_type graphene::market_history::bucket_object::low_quote |
Definition at line 94 of file market_history_plugin.hpp.
| share_type graphene::market_history::bucket_object::open_base |
Definition at line 95 of file market_history_plugin.hpp.
| share_type graphene::market_history::bucket_object::open_quote |
Definition at line 96 of file market_history_plugin.hpp.
| share_type graphene::market_history::bucket_object::quote_volume |
Definition at line 100 of file market_history_plugin.hpp.
1.8.17