BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <api_objects.hpp>
Public Member Functions | |
market_ticker () | |
market_ticker (const market_ticker_object &mto, const fc::time_point_sec &now, const asset_object &asset_base, const asset_object &asset_quote, const order_book &orders) | |
market_ticker (const fc::time_point_sec &now, const asset_object &asset_base, const asset_object &asset_quote) | |
Public Attributes | |
time_point_sec | time |
string | base |
string | quote |
string | latest |
string | lowest_ask |
string | lowest_ask_base_size |
string | lowest_ask_quote_size |
string | highest_bid |
string | highest_bid_base_size |
string | highest_bid_quote_size |
string | percent_change |
string | base_volume |
string | quote_volume |
optional< object_id_type > | mto_id |
Definition at line 112 of file api_objects.hpp.
|
inline |
Definition at line 129 of file api_objects.hpp.
graphene::app::market_ticker::market_ticker | ( | const market_ticker_object & | mto, |
const fc::time_point_sec & | now, | ||
const asset_object & | asset_base, | ||
const asset_object & | asset_quote, | ||
const order_book & | orders | ||
) |
Definition at line 54 of file api_objects.cpp.
graphene::app::market_ticker::market_ticker | ( | const fc::time_point_sec & | now, |
const asset_object & | asset_base, | ||
const asset_object & | asset_quote | ||
) |
Definition at line 114 of file api_objects.cpp.
string graphene::app::market_ticker::base |
Definition at line 115 of file api_objects.hpp.
string graphene::app::market_ticker::base_volume |
Definition at line 125 of file api_objects.hpp.
string graphene::app::market_ticker::highest_bid |
Definition at line 121 of file api_objects.hpp.
string graphene::app::market_ticker::highest_bid_base_size |
Definition at line 122 of file api_objects.hpp.
string graphene::app::market_ticker::highest_bid_quote_size |
Definition at line 123 of file api_objects.hpp.
string graphene::app::market_ticker::latest |
Definition at line 117 of file api_objects.hpp.
string graphene::app::market_ticker::lowest_ask |
Definition at line 118 of file api_objects.hpp.
string graphene::app::market_ticker::lowest_ask_base_size |
Definition at line 119 of file api_objects.hpp.
string graphene::app::market_ticker::lowest_ask_quote_size |
Definition at line 120 of file api_objects.hpp.
optional<object_id_type> graphene::app::market_ticker::mto_id |
Definition at line 127 of file api_objects.hpp.
string graphene::app::market_ticker::percent_change |
Definition at line 124 of file api_objects.hpp.
string graphene::app::market_ticker::quote |
Definition at line 116 of file api_objects.hpp.
string graphene::app::market_ticker::quote_volume |
Definition at line 126 of file api_objects.hpp.
time_point_sec graphene::app::market_ticker::time |
Definition at line 114 of file api_objects.hpp.