BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
summary data of a group of limit orders More...
#include <api.hpp>
Public Member Functions | |
limit_order_group (const std::pair< limit_order_group_key, limit_order_group_data > &p) | |
limit_order_group ()=default | |
Public Attributes | |
price | min_price |
possible lowest price in the group More... | |
price | max_price |
possible highest price in the group More... | |
share_type | total_for_sale |
total amount of asset for sale, asset id is min_price.base.asset_id More... | |
|
inlineexplicit |
|
default |
price graphene::app::orders_api::limit_order_group::max_price |
price graphene::app::orders_api::limit_order_group::min_price |
share_type graphene::app::orders_api::limit_order_group::total_for_sale |