BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <market_history_plugin.hpp>
Public Attributes | |
asset_id_type | base |
asset_id_type | quote |
share_type | last_day_base |
share_type | last_day_quote |
share_type | latest_base |
share_type | latest_quote |
fc::uint128_t | base_volume |
fc::uint128_t | quote_volume |
Public Attributes inherited from graphene::db::object | |
object_id_type | id |
Additional Inherited Members | |
Public Member Functions inherited from graphene::db::abstract_object< market_ticker_object, MARKET_HISTORY_SPACE_ID, market_ticker_object_type > | |
abstract_object () | |
object_id< SpaceID, TypeID > | get_id () const |
Public Member Functions inherited from graphene::db::base_abstract_object< market_ticker_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 |
Static Public Attributes inherited from graphene::db::abstract_object< market_ticker_object, MARKET_HISTORY_SPACE_ID, market_ticker_object_type > | |
static constexpr uint8_t | space_id |
static constexpr uint8_t | type_id |
Definition at line 138 of file market_history_plugin.hpp.
asset_id_type graphene::market_history::market_ticker_object::base |
Definition at line 141 of file market_history_plugin.hpp.
fc::uint128_t graphene::market_history::market_ticker_object::base_volume |
Definition at line 147 of file market_history_plugin.hpp.
share_type graphene::market_history::market_ticker_object::last_day_base |
Definition at line 143 of file market_history_plugin.hpp.
share_type graphene::market_history::market_ticker_object::last_day_quote |
Definition at line 144 of file market_history_plugin.hpp.
share_type graphene::market_history::market_ticker_object::latest_base |
Definition at line 145 of file market_history_plugin.hpp.
share_type graphene::market_history::market_ticker_object::latest_quote |
Definition at line 146 of file market_history_plugin.hpp.
asset_id_type graphene::market_history::market_ticker_object::quote |
Definition at line 142 of file market_history_plugin.hpp.
fc::uint128_t graphene::market_history::market_ticker_object::quote_volume |
Definition at line 148 of file market_history_plugin.hpp.