BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <market_history_plugin.hpp>
Public Attributes | |
history_key | key |
fc::time_point_sec | time |
fill_order_operation | op |
Public Attributes inherited from graphene::db::object | |
object_id_type | id |
Additional Inherited Members | |
Public Member Functions inherited from graphene::db::abstract_object< order_history_object, MARKET_HISTORY_SPACE_ID, order_history_object_type > | |
abstract_object () | |
object_id< SpaceID, TypeID > | get_id () const |
Public Member Functions inherited from graphene::db::base_abstract_object< order_history_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< order_history_object, MARKET_HISTORY_SPACE_ID, order_history_object_type > | |
static constexpr uint8_t | space_id |
static constexpr uint8_t | type_id |
Definition at line 115 of file market_history_plugin.hpp.
history_key graphene::market_history::order_history_object::key |
Definition at line 118 of file market_history_plugin.hpp.
fill_order_operation graphene::market_history::order_history_object::op |
Definition at line 120 of file market_history_plugin.hpp.
fc::time_point_sec graphene::market_history::order_history_object::time |
Definition at line 119 of file market_history_plugin.hpp.