BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <grouped_orders_plugin.hpp>
Public Member Functions | |
limit_order_group_data (const price &p, const share_type s) | |
limit_order_group_data () | |
Public Attributes | |
price | max_price |
share_type | total_for_sale |
asset id is min_price.base.asset_id More... | |
Definition at line 51 of file grouped_orders_plugin.hpp.
|
inline |
Definition at line 53 of file grouped_orders_plugin.hpp.
|
inline |
Definition at line 54 of file grouped_orders_plugin.hpp.
price graphene::grouped_orders::limit_order_group_data::max_price |
Definition at line 56 of file grouped_orders_plugin.hpp.
share_type graphene::grouped_orders::limit_order_group_data::total_for_sale |
asset id is min_price.base.asset_id
Definition at line 57 of file grouped_orders_plugin.hpp.