BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <elasticsearch_plugin.hpp>
Public Attributes | |
object_id_type | order_id |
account_id_type | account_id |
asset_id_type | pays_asset_id |
std::string | pays_asset_name |
share_type | pays_amount |
double | pays_amount_units |
asset_id_type | receives_asset_id |
std::string | receives_asset_name |
share_type | receives_amount |
double | receives_amount_units |
double | fill_price |
double | fill_price_units |
bool | is_maker |
Definition at line 116 of file elasticsearch_plugin.hpp.
account_id_type graphene::elasticsearch::fill_struct::account_id |
Definition at line 118 of file elasticsearch_plugin.hpp.
double graphene::elasticsearch::fill_struct::fill_price |
Definition at line 127 of file elasticsearch_plugin.hpp.
double graphene::elasticsearch::fill_struct::fill_price_units |
Definition at line 128 of file elasticsearch_plugin.hpp.
bool graphene::elasticsearch::fill_struct::is_maker |
Definition at line 129 of file elasticsearch_plugin.hpp.
object_id_type graphene::elasticsearch::fill_struct::order_id |
Definition at line 117 of file elasticsearch_plugin.hpp.
share_type graphene::elasticsearch::fill_struct::pays_amount |
Definition at line 121 of file elasticsearch_plugin.hpp.
double graphene::elasticsearch::fill_struct::pays_amount_units |
Definition at line 122 of file elasticsearch_plugin.hpp.
asset_id_type graphene::elasticsearch::fill_struct::pays_asset_id |
Definition at line 119 of file elasticsearch_plugin.hpp.
std::string graphene::elasticsearch::fill_struct::pays_asset_name |
Definition at line 120 of file elasticsearch_plugin.hpp.
share_type graphene::elasticsearch::fill_struct::receives_amount |
Definition at line 125 of file elasticsearch_plugin.hpp.
double graphene::elasticsearch::fill_struct::receives_amount_units |
Definition at line 126 of file elasticsearch_plugin.hpp.
asset_id_type graphene::elasticsearch::fill_struct::receives_asset_id |
Definition at line 123 of file elasticsearch_plugin.hpp.
std::string graphene::elasticsearch::fill_struct::receives_asset_name |
Definition at line 124 of file elasticsearch_plugin.hpp.