BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | Public Attributes | List of all members
graphene::grouped_orders::limit_order_group_data Struct Reference

#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...
 

Detailed Description

Definition at line 51 of file grouped_orders_plugin.hpp.

Constructor & Destructor Documentation

◆ limit_order_group_data() [1/2]

graphene::grouped_orders::limit_order_group_data::limit_order_group_data ( const price p,
const share_type  s 
)
inline

Definition at line 53 of file grouped_orders_plugin.hpp.

◆ limit_order_group_data() [2/2]

graphene::grouped_orders::limit_order_group_data::limit_order_group_data ( )
inline

Definition at line 54 of file grouped_orders_plugin.hpp.

Member Data Documentation

◆ max_price

price graphene::grouped_orders::limit_order_group_data::max_price

Definition at line 56 of file grouped_orders_plugin.hpp.

◆ total_for_sale

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.


The documentation for this struct was generated from the following file: