BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Attributes | List of all members
graphene::app::market_trade Struct Reference

#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
 

Detailed Description

Definition at line 149 of file api_objects.hpp.

Member Data Documentation

◆ amount

string graphene::app::market_trade::amount

Definition at line 154 of file api_objects.hpp.

◆ date

fc::time_point_sec graphene::app::market_trade::date

Definition at line 152 of file api_objects.hpp.

◆ price

string graphene::app::market_trade::price

Definition at line 153 of file api_objects.hpp.

◆ sequence

int64_t graphene::app::market_trade::sequence = 0

Definition at line 151 of file api_objects.hpp.

◆ side1_account_id

account_id_type graphene::app::market_trade::side1_account_id = GRAPHENE_NULL_ACCOUNT

Definition at line 157 of file api_objects.hpp.

◆ side2_account_id

account_id_type graphene::app::market_trade::side2_account_id = GRAPHENE_NULL_ACCOUNT

Definition at line 158 of file api_objects.hpp.

◆ type

string graphene::app::market_trade::type

Definition at line 156 of file api_objects.hpp.

◆ value

string graphene::app::market_trade::value

Definition at line 155 of file api_objects.hpp.


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