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

#include <grouped_orders_plugin.hpp>

Public Member Functions

 limit_order_group_key (const uint16_t g, const price &p)
 
 limit_order_group_key ()
 

Public Attributes

uint16_t group = 0
 percentage, 1 means 1 / 10000 More...
 
price min_price
 

Friends

bool operator< (const limit_order_group_key &a, const limit_order_group_key &b)
 
bool operator== (const limit_order_group_key &a, const limit_order_group_key &b)
 

Detailed Description

Definition at line 32 of file grouped_orders_plugin.hpp.

Constructor & Destructor Documentation

◆ limit_order_group_key() [1/2]

graphene::grouped_orders::limit_order_group_key::limit_order_group_key ( const uint16_t  g,
const price &  p 
)
inline

Definition at line 34 of file grouped_orders_plugin.hpp.

◆ limit_order_group_key() [2/2]

graphene::grouped_orders::limit_order_group_key::limit_order_group_key ( )
inline

Definition at line 35 of file grouped_orders_plugin.hpp.

Friends And Related Function Documentation

◆ operator<

bool operator< ( const limit_order_group_key a,
const limit_order_group_key b 
)
friend

Definition at line 40 of file grouped_orders_plugin.hpp.

◆ operator==

bool operator== ( const limit_order_group_key a,
const limit_order_group_key b 
)
friend

Definition at line 45 of file grouped_orders_plugin.hpp.

Member Data Documentation

◆ group

uint16_t graphene::grouped_orders::limit_order_group_key::group = 0

percentage, 1 means 1 / 10000

Definition at line 37 of file grouped_orders_plugin.hpp.

◆ min_price

price graphene::grouped_orders::limit_order_group_key::min_price

Definition at line 38 of file grouped_orders_plugin.hpp.


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