BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <market_history_plugin.hpp>
Public Attributes | |
object_id_type | rolling_min_order_his_id |
bool | skip_min_order_his_id = false |
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_meta_object, MARKET_HISTORY_SPACE_ID, market_ticker_meta_object_type > | |
abstract_object () | |
object_id< SpaceID, TypeID > | get_id () const |
Public Member Functions inherited from graphene::db::base_abstract_object< market_ticker_meta_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_meta_object, MARKET_HISTORY_SPACE_ID, market_ticker_meta_object_type > | |
static constexpr uint8_t | space_id |
static constexpr uint8_t | type_id |
Definition at line 151 of file market_history_plugin.hpp.
object_id_type graphene::market_history::market_ticker_meta_object::rolling_min_order_his_id |
Definition at line 154 of file market_history_plugin.hpp.
bool graphene::market_history::market_ticker_meta_object::skip_min_order_his_id = false |
Definition at line 155 of file market_history_plugin.hpp.