BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
Go to the documentation of this file.
46 bool balances =
false;
47 bool vesting_balances =
false;
48 bool limit_orders =
false;
49 bool call_orders =
false;
50 bool settle_orders =
false;
51 bool proposals =
false;
53 bool withdraws_from =
false;
54 bool withdraws_to =
false;
55 bool htlcs_from =
false;
56 bool htlcs_to =
false;
87 limit_order_id_type
id;
93 order(
const string& _price,
96 const limit_order_id_type& _id,
97 const account_id_type& _oid,
99 const time_point_sec& _exp );
109 order_book(
const string& _base,
const string& _quote );
151 int64_t sequence = 0;
191 (balances) (vesting_balances) (limit_orders) (call_orders)
192 (settle_orders) (proposals) (assets) (withdraws_from) (withdraws_to) (htlcs_from) (htlcs_to)
200 (lifetime_referrer_name)
214 (more_data_available)
220 (time)(base)(quote)(latest)(lowest_ask)(lowest_ask_base_size)(lowest_ask_quote_size)
221 (highest_bid)(highest_bid_base_size)(highest_bid_quote_size)(percent_change)(base_volume)(quote_volume)
225 (side1_account_id)(side2_account_id) )
228 (total_in_collateral)(total_backing_collateral) )
234 (witness_signature) )
optional< share_type > total_in_collateral
string lowest_ask_quote_size
string lifetime_referrer_name
account_statistics_object statistics
tracks the parameters of an asset
vector< account_balance_object > balances
optional< share_type > total_backing_collateral
vector< limit_order_object > limit_orders
string highest_bid_base_size
extended_liquidity_pool_object(const liquidity_pool_object &o)
vector< asset_id_type > assets
vector< vesting_balance_object > vesting_balances
vector< withdraw_permission_object > withdraws_from
vector< withdraw_permission_object > withdraws_to
optional< object_id_type > mto_id
string lowest_ask_base_size
#define FC_REFLECT_DERIVED(TYPE, INHERITS, MEMBERS)
Specializes fc::reflector for TYPE where type inherits other reflected classes.
This class represents an account on the object graph.
time_point_sec expiration
vector< htlc_object > htlcs_from
optional< vesting_balance_object > cashback_balance
optional< liquidity_pool_ticker_object > statistics
extended_asset_object(asset_object &&a)
extended_liquidity_pool_object(liquidity_pool_object &&o)
vector< proposal_object > proposals
vector< htlc_object > htlcs_to
#define FC_REFLECT(TYPE, MEMBERS)
Specializes fc::reflector for TYPE.
#define GRAPHENE_NULL_ACCOUNT
Represents the canonical account with NO authority (nobody can access funds in null account)
provides stack-based nullable value similar to boost::optional
extended_asset_object(const asset_object &a)
extended_liquidity_pool_object()
vector< force_settlement_object > settle_orders
string highest_bid_quote_size
more_data more_data_available
vector< call_order_object > call_orders