BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <api_objects.hpp>
Public Attributes | |
int64_t | sequence = 0 |
fc::time_point_sec | date |
string | price |
string | amount |
string | value |
string | type |
account_id_type | side1_account_id = GRAPHENE_NULL_ACCOUNT |
account_id_type | side2_account_id = GRAPHENE_NULL_ACCOUNT |
Definition at line 149 of file api_objects.hpp.
string graphene::app::market_trade::amount |
Definition at line 154 of file api_objects.hpp.
fc::time_point_sec graphene::app::market_trade::date |
Definition at line 152 of file api_objects.hpp.
string graphene::app::market_trade::price |
Definition at line 153 of file api_objects.hpp.
int64_t graphene::app::market_trade::sequence = 0 |
Definition at line 151 of file api_objects.hpp.
account_id_type graphene::app::market_trade::side1_account_id = GRAPHENE_NULL_ACCOUNT |
Definition at line 157 of file api_objects.hpp.
account_id_type graphene::app::market_trade::side2_account_id = GRAPHENE_NULL_ACCOUNT |
Definition at line 158 of file api_objects.hpp.
string graphene::app::market_trade::type |
Definition at line 156 of file api_objects.hpp.
string graphene::app::market_trade::value |
Definition at line 155 of file api_objects.hpp.