#include <api_objects.hpp>
|
| | 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) |
| |
Definition at line 82 of file api_objects.hpp.
◆ 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 |
|
) |
| |
◆ base
| string graphene::app::order::base |
◆ expiration
| time_point_sec graphene::app::order::expiration |
◆ id
| limit_order_id_type graphene::app::order::id |
◆ owner_id
| account_id_type graphene::app::order::owner_id |
◆ owner_name
| string graphene::app::order::owner_name |
◆ price
| string graphene::app::order::price |
◆ quote
| string graphene::app::order::quote |
The documentation for this struct was generated from the following files: