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

#include <market_history_plugin.hpp>

Inheritance diagram for graphene::market_history::market_ticker_object:
graphene::db::abstract_object< market_ticker_object, MARKET_HISTORY_SPACE_ID, market_ticker_object_type > graphene::db::base_abstract_object< market_ticker_object > graphene::db::object

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< 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
 
- 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
 

Detailed Description

Definition at line 138 of file market_history_plugin.hpp.

Member Data Documentation

◆ base

asset_id_type graphene::market_history::market_ticker_object::base

Definition at line 141 of file market_history_plugin.hpp.

◆ base_volume

fc::uint128_t graphene::market_history::market_ticker_object::base_volume

Definition at line 147 of file market_history_plugin.hpp.

◆ last_day_base

share_type graphene::market_history::market_ticker_object::last_day_base

Definition at line 143 of file market_history_plugin.hpp.

◆ last_day_quote

share_type graphene::market_history::market_ticker_object::last_day_quote

Definition at line 144 of file market_history_plugin.hpp.

◆ latest_base

share_type graphene::market_history::market_ticker_object::latest_base

Definition at line 145 of file market_history_plugin.hpp.

◆ latest_quote

share_type graphene::market_history::market_ticker_object::latest_quote

Definition at line 146 of file market_history_plugin.hpp.

◆ quote

asset_id_type graphene::market_history::market_ticker_object::quote

Definition at line 142 of file market_history_plugin.hpp.

◆ quote_volume

fc::uint128_t graphene::market_history::market_ticker_object::quote_volume

Definition at line 148 of file market_history_plugin.hpp.


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