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::order_book Struct Reference

#include <api_objects.hpp>

Public Member Functions

 order_book ()=default
 
 order_book (const string &_base, const string &_quote)
 

Public Attributes

string base
 
string quote
 
vector< orderbids
 
vector< orderasks
 

Detailed Description

Definition at line 102 of file api_objects.hpp.

Constructor & Destructor Documentation

◆ order_book() [1/2]

graphene::app::order_book::order_book ( )
default

◆ order_book() [2/2]

graphene::app::order_book::order_book ( const string &  _base,
const string &  _quote 
)

Definition at line 48 of file api_objects.cpp.

Member Data Documentation

◆ asks

vector< order > graphene::app::order_book::asks

Definition at line 107 of file api_objects.hpp.

◆ base

string graphene::app::order_book::base

Definition at line 104 of file api_objects.hpp.

◆ bids

vector< order > graphene::app::order_book::bids

Definition at line 106 of file api_objects.hpp.

◆ quote

string graphene::app::order_book::quote

Definition at line 105 of file api_objects.hpp.


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