BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
Stores ticker data for liquidity pools. More...
#include <market_history_plugin.hpp>
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< 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< liquidity_pool_ticker_object, MARKET_HISTORY_SPACE_ID, lp_ticker_object_type > | |
static constexpr uint8_t | space_id |
static constexpr uint8_t | type_id |
Stores ticker data for liquidity pools.
Definition at line 301 of file market_history_plugin.hpp.
share_type graphene::market_history::liquidity_pool_ticker_object::_24h_balance_delta_a |
Definition at line 322 of file market_history_plugin.hpp.
share_type graphene::market_history::liquidity_pool_ticker_object::_24h_balance_delta_b |
Definition at line 323 of file market_history_plugin.hpp.
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.
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.
uint32_t graphene::market_history::liquidity_pool_ticker_object::_24h_deposit_count = 0 |
Definition at line 304 of file market_history_plugin.hpp.
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.
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.
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.
uint32_t graphene::market_history::liquidity_pool_ticker_object::_24h_exchange_a2b_count = 0 |
Definition at line 314 of file market_history_plugin.hpp.
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.
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.
uint32_t graphene::market_history::liquidity_pool_ticker_object::_24h_exchange_b2a_count = 0 |
Definition at line 317 of file market_history_plugin.hpp.
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.
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.
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.
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.
uint32_t graphene::market_history::liquidity_pool_ticker_object::_24h_withdrawal_count = 0 |
Definition at line 308 of file market_history_plugin.hpp.
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.
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.
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.
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.
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.
uint64_t graphene::market_history::liquidity_pool_ticker_object::total_deposit_count = 0 |
Definition at line 324 of file market_history_plugin.hpp.
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.
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.
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.
uint64_t graphene::market_history::liquidity_pool_ticker_object::total_exchange_a2b_count = 0 |
Definition at line 334 of file market_history_plugin.hpp.
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.
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.
uint64_t graphene::market_history::liquidity_pool_ticker_object::total_exchange_b2a_count = 0 |
Definition at line 337 of file market_history_plugin.hpp.
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.
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.
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.
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.
uint64_t graphene::market_history::liquidity_pool_ticker_object::total_withdrawal_count = 0 |
Definition at line 328 of file market_history_plugin.hpp.
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.
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.
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.