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

#include <api_objects.hpp>

Public Member Functions

 order ()=default
 
 order (const string &_price, const string &_quote, const string &_base, const limit_order_id_type &_id, const account_id_type &_oid, const string &_oname, const time_point_sec &_exp)
 

Public Attributes

string price
 
string quote
 
string base
 
limit_order_id_type id
 
account_id_type owner_id
 
string owner_name
 
time_point_sec expiration
 

Detailed Description

Definition at line 82 of file api_objects.hpp.

Constructor & Destructor Documentation

◆ order() [1/2]

graphene::app::order::order ( )
default

◆ order() [2/2]

graphene::app::order::order ( const string &  _price,
const string &  _quote,
const string &  _base,
const limit_order_id_type &  _id,
const account_id_type &  _oid,
const string &  _oname,
const time_point_sec &  _exp 
)

Definition at line 30 of file api_objects.cpp.

Member Data Documentation

◆ base

string graphene::app::order::base

Definition at line 86 of file api_objects.hpp.

◆ expiration

time_point_sec graphene::app::order::expiration

Definition at line 90 of file api_objects.hpp.

◆ id

limit_order_id_type graphene::app::order::id

Definition at line 87 of file api_objects.hpp.

◆ owner_id

account_id_type graphene::app::order::owner_id

Definition at line 88 of file api_objects.hpp.

◆ owner_name

string graphene::app::order::owner_name

Definition at line 89 of file api_objects.hpp.

◆ price

string graphene::app::order::price

Definition at line 84 of file api_objects.hpp.

◆ quote

string graphene::app::order::quote

Definition at line 85 of file api_objects.hpp.


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