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

Stores ticker data for liquidity pools. More...

#include <market_history_plugin.hpp>

Inheritance diagram for graphene::market_history::liquidity_pool_ticker_object:
graphene::db::abstract_object< liquidity_pool_ticker_object, MARKET_HISTORY_SPACE_ID, lp_ticker_object_type > graphene::db::base_abstract_object< liquidity_pool_ticker_object > graphene::db::object

Public Attributes

uint32_t _24h_deposit_count = 0
 
fc::uint128_t _24h_deposit_amount_a = 0
 
fc::uint128_t _24h_deposit_amount_b = 0
 
fc::uint128_t _24h_deposit_share_amount = 0
 
uint32_t _24h_withdrawal_count = 0
 
fc::uint128_t _24h_withdrawal_amount_a = 0
 
fc::uint128_t _24h_withdrawal_amount_b = 0
 
fc::uint128_t _24h_withdrawal_share_amount = 0
 
fc::uint128_t _24h_withdrawal_fee_a = 0
 
fc::uint128_t _24h_withdrawal_fee_b = 0
 
uint32_t _24h_exchange_a2b_count = 0
 
fc::uint128_t _24h_exchange_a2b_amount_a = 0
 
fc::uint128_t _24h_exchange_a2b_amount_b = 0
 
uint32_t _24h_exchange_b2a_count = 0
 
fc::uint128_t _24h_exchange_b2a_amount_a = 0
 
fc::uint128_t _24h_exchange_b2a_amount_b = 0
 
fc::uint128_t _24h_exchange_fee_a = 0
 
fc::uint128_t _24h_exchange_fee_b = 0
 
share_type _24h_balance_delta_a
 
share_type _24h_balance_delta_b
 
uint64_t total_deposit_count = 0
 
fc::uint128_t total_deposit_amount_a = 0
 
fc::uint128_t total_deposit_amount_b = 0
 
fc::uint128_t total_deposit_share_amount = 0
 
uint64_t total_withdrawal_count = 0
 
fc::uint128_t total_withdrawal_amount_a = 0
 
fc::uint128_t total_withdrawal_amount_b = 0
 
fc::uint128_t total_withdrawal_share_amount = 0
 
fc::uint128_t total_withdrawal_fee_a = 0
 
fc::uint128_t total_withdrawal_fee_b = 0
 
uint64_t total_exchange_a2b_count = 0
 
fc::uint128_t total_exchange_a2b_amount_a = 0
 
fc::uint128_t total_exchange_a2b_amount_b = 0
 
uint64_t total_exchange_b2a_count = 0
 
fc::uint128_t total_exchange_b2a_amount_a = 0
 
fc::uint128_t total_exchange_b2a_amount_b = 0
 
fc::uint128_t total_exchange_fee_a = 0
 
fc::uint128_t total_exchange_fee_b = 0
 
- Public Attributes inherited from graphene::db::object
object_id_type id
 

Additional Inherited Members

- Public Member Functions inherited from graphene::db::abstract_object< liquidity_pool_ticker_object, MARKET_HISTORY_SPACE_ID, lp_ticker_object_type >
 abstract_object ()
 
object_id< SpaceID, TypeID > get_id () const
 
- Public Member Functions inherited from graphene::db::base_abstract_object< liquidity_pool_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< liquidity_pool_ticker_object, MARKET_HISTORY_SPACE_ID, lp_ticker_object_type >
static constexpr uint8_t space_id
 
static constexpr uint8_t type_id
 

Detailed Description

Stores ticker data for liquidity pools.

Definition at line 301 of file market_history_plugin.hpp.

Member Data Documentation

◆ _24h_balance_delta_a

share_type graphene::market_history::liquidity_pool_ticker_object::_24h_balance_delta_a

Definition at line 322 of file market_history_plugin.hpp.

◆ _24h_balance_delta_b

share_type graphene::market_history::liquidity_pool_ticker_object::_24h_balance_delta_b

Definition at line 323 of file market_history_plugin.hpp.

◆ _24h_deposit_amount_a

fc::uint128_t graphene::market_history::liquidity_pool_ticker_object::_24h_deposit_amount_a = 0

Definition at line 305 of file market_history_plugin.hpp.

◆ _24h_deposit_amount_b

fc::uint128_t graphene::market_history::liquidity_pool_ticker_object::_24h_deposit_amount_b = 0

Definition at line 306 of file market_history_plugin.hpp.

◆ _24h_deposit_count

uint32_t graphene::market_history::liquidity_pool_ticker_object::_24h_deposit_count = 0

Definition at line 304 of file market_history_plugin.hpp.

◆ _24h_deposit_share_amount

fc::uint128_t graphene::market_history::liquidity_pool_ticker_object::_24h_deposit_share_amount = 0

Definition at line 307 of file market_history_plugin.hpp.

◆ _24h_exchange_a2b_amount_a

fc::uint128_t graphene::market_history::liquidity_pool_ticker_object::_24h_exchange_a2b_amount_a = 0

Definition at line 315 of file market_history_plugin.hpp.

◆ _24h_exchange_a2b_amount_b

fc::uint128_t graphene::market_history::liquidity_pool_ticker_object::_24h_exchange_a2b_amount_b = 0

Definition at line 316 of file market_history_plugin.hpp.

◆ _24h_exchange_a2b_count

uint32_t graphene::market_history::liquidity_pool_ticker_object::_24h_exchange_a2b_count = 0

Definition at line 314 of file market_history_plugin.hpp.

◆ _24h_exchange_b2a_amount_a

fc::uint128_t graphene::market_history::liquidity_pool_ticker_object::_24h_exchange_b2a_amount_a = 0

Definition at line 318 of file market_history_plugin.hpp.

◆ _24h_exchange_b2a_amount_b

fc::uint128_t graphene::market_history::liquidity_pool_ticker_object::_24h_exchange_b2a_amount_b = 0

Definition at line 319 of file market_history_plugin.hpp.

◆ _24h_exchange_b2a_count

uint32_t graphene::market_history::liquidity_pool_ticker_object::_24h_exchange_b2a_count = 0

Definition at line 317 of file market_history_plugin.hpp.

◆ _24h_exchange_fee_a

fc::uint128_t graphene::market_history::liquidity_pool_ticker_object::_24h_exchange_fee_a = 0

Definition at line 320 of file market_history_plugin.hpp.

◆ _24h_exchange_fee_b

fc::uint128_t graphene::market_history::liquidity_pool_ticker_object::_24h_exchange_fee_b = 0

Definition at line 321 of file market_history_plugin.hpp.

◆ _24h_withdrawal_amount_a

fc::uint128_t graphene::market_history::liquidity_pool_ticker_object::_24h_withdrawal_amount_a = 0

Definition at line 309 of file market_history_plugin.hpp.

◆ _24h_withdrawal_amount_b

fc::uint128_t graphene::market_history::liquidity_pool_ticker_object::_24h_withdrawal_amount_b = 0

Definition at line 310 of file market_history_plugin.hpp.

◆ _24h_withdrawal_count

uint32_t graphene::market_history::liquidity_pool_ticker_object::_24h_withdrawal_count = 0

Definition at line 308 of file market_history_plugin.hpp.

◆ _24h_withdrawal_fee_a

fc::uint128_t graphene::market_history::liquidity_pool_ticker_object::_24h_withdrawal_fee_a = 0

Definition at line 312 of file market_history_plugin.hpp.

◆ _24h_withdrawal_fee_b

fc::uint128_t graphene::market_history::liquidity_pool_ticker_object::_24h_withdrawal_fee_b = 0

Definition at line 313 of file market_history_plugin.hpp.

◆ _24h_withdrawal_share_amount

fc::uint128_t graphene::market_history::liquidity_pool_ticker_object::_24h_withdrawal_share_amount = 0

Definition at line 311 of file market_history_plugin.hpp.

◆ total_deposit_amount_a

fc::uint128_t graphene::market_history::liquidity_pool_ticker_object::total_deposit_amount_a = 0

Definition at line 325 of file market_history_plugin.hpp.

◆ total_deposit_amount_b

fc::uint128_t graphene::market_history::liquidity_pool_ticker_object::total_deposit_amount_b = 0

Definition at line 326 of file market_history_plugin.hpp.

◆ total_deposit_count

uint64_t graphene::market_history::liquidity_pool_ticker_object::total_deposit_count = 0

Definition at line 324 of file market_history_plugin.hpp.

◆ total_deposit_share_amount

fc::uint128_t graphene::market_history::liquidity_pool_ticker_object::total_deposit_share_amount = 0

Definition at line 327 of file market_history_plugin.hpp.

◆ total_exchange_a2b_amount_a

fc::uint128_t graphene::market_history::liquidity_pool_ticker_object::total_exchange_a2b_amount_a = 0

Definition at line 335 of file market_history_plugin.hpp.

◆ total_exchange_a2b_amount_b

fc::uint128_t graphene::market_history::liquidity_pool_ticker_object::total_exchange_a2b_amount_b = 0

Definition at line 336 of file market_history_plugin.hpp.

◆ total_exchange_a2b_count

uint64_t graphene::market_history::liquidity_pool_ticker_object::total_exchange_a2b_count = 0

Definition at line 334 of file market_history_plugin.hpp.

◆ total_exchange_b2a_amount_a

fc::uint128_t graphene::market_history::liquidity_pool_ticker_object::total_exchange_b2a_amount_a = 0

Definition at line 338 of file market_history_plugin.hpp.

◆ total_exchange_b2a_amount_b

fc::uint128_t graphene::market_history::liquidity_pool_ticker_object::total_exchange_b2a_amount_b = 0

Definition at line 339 of file market_history_plugin.hpp.

◆ total_exchange_b2a_count

uint64_t graphene::market_history::liquidity_pool_ticker_object::total_exchange_b2a_count = 0

Definition at line 337 of file market_history_plugin.hpp.

◆ total_exchange_fee_a

fc::uint128_t graphene::market_history::liquidity_pool_ticker_object::total_exchange_fee_a = 0

Definition at line 340 of file market_history_plugin.hpp.

◆ total_exchange_fee_b

fc::uint128_t graphene::market_history::liquidity_pool_ticker_object::total_exchange_fee_b = 0

Definition at line 341 of file market_history_plugin.hpp.

◆ total_withdrawal_amount_a

fc::uint128_t graphene::market_history::liquidity_pool_ticker_object::total_withdrawal_amount_a = 0

Definition at line 329 of file market_history_plugin.hpp.

◆ total_withdrawal_amount_b

fc::uint128_t graphene::market_history::liquidity_pool_ticker_object::total_withdrawal_amount_b = 0

Definition at line 330 of file market_history_plugin.hpp.

◆ total_withdrawal_count

uint64_t graphene::market_history::liquidity_pool_ticker_object::total_withdrawal_count = 0

Definition at line 328 of file market_history_plugin.hpp.

◆ total_withdrawal_fee_a

fc::uint128_t graphene::market_history::liquidity_pool_ticker_object::total_withdrawal_fee_a = 0

Definition at line 332 of file market_history_plugin.hpp.

◆ total_withdrawal_fee_b

fc::uint128_t graphene::market_history::liquidity_pool_ticker_object::total_withdrawal_fee_b = 0

Definition at line 333 of file market_history_plugin.hpp.

◆ total_withdrawal_share_amount

fc::uint128_t graphene::market_history::liquidity_pool_ticker_object::total_withdrawal_share_amount = 0

Definition at line 331 of file market_history_plugin.hpp.


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