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

#include <market_history_plugin.hpp>

Public Attributes

asset_id_type base
 
asset_id_type quote
 
int64_t sequence = 0
 

Friends

bool operator< (const history_key &a, const history_key &b)
 
bool operator== (const history_key &a, const history_key &b)
 

Detailed Description

Definition at line 103 of file market_history_plugin.hpp.

Friends And Related Function Documentation

◆ operator<

bool operator< ( const history_key a,
const history_key b 
)
friend

Definition at line 108 of file market_history_plugin.hpp.

◆ operator==

bool operator== ( const history_key a,
const history_key b 
)
friend

Definition at line 111 of file market_history_plugin.hpp.

Member Data Documentation

◆ base

asset_id_type graphene::market_history::history_key::base

Definition at line 104 of file market_history_plugin.hpp.

◆ quote

asset_id_type graphene::market_history::history_key::quote

Definition at line 105 of file market_history_plugin.hpp.

◆ sequence

int64_t graphene::market_history::history_key::sequence = 0

Definition at line 106 of file market_history_plugin.hpp.


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