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

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

Detailed Description

summary data of a group of limit orders

Definition at line 605 of file api.hpp.

Constructor & Destructor Documentation

◆ limit_order_group() [1/2]

graphene::app::orders_api::limit_order_group::limit_order_group ( const std::pair< limit_order_group_key, limit_order_group_data > &  p)
inlineexplicit

Definition at line 607 of file api.hpp.

◆ limit_order_group() [2/2]

graphene::app::orders_api::limit_order_group::limit_order_group ( )
default

Member Data Documentation

◆ max_price

price graphene::app::orders_api::limit_order_group::max_price

possible highest price in the group

Definition at line 615 of file api.hpp.

◆ min_price

price graphene::app::orders_api::limit_order_group::min_price

possible lowest price in the group

Definition at line 614 of file api.hpp.

◆ total_for_sale

share_type graphene::app::orders_api::limit_order_group::total_for_sale

total amount of asset for sale, asset id is min_price.base.asset_id

Definition at line 616 of file api.hpp.


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