BitShares-Core
6.1.0
BitShares blockchain implementation and command-line interface software
|
#include <market.hpp>
Classes | |
struct | fee_parameters_type |
Public Member Functions | |
fill_order_operation () | |
fill_order_operation (object_id_type o, account_id_type a, asset p, asset r, asset f, price fp, bool m) | |
pair< asset_id_type, asset_id_type > | get_market () const |
account_id_type | fee_payer () const |
void | validate () const |
share_type | calculate_fee (const fee_parameters_type &k) const |
This is a virtual operation; there is no fee. More... | |
![]() | |
virtual | ~base_operation ()=default |
template<typename T > | |
share_type | calculate_fee (const T ¶ms) const |
virtual void | get_required_authorities (vector< authority > &) const |
virtual void | get_required_active_authorities (flat_set< account_id_type > &) const |
virtual void | get_required_owner_authorities (flat_set< account_id_type > &) const |
fc::optional< fc::future< void > > | validate_parallel (uint32_t skip) const |
Public Attributes | |
object_id_type | order_id |
account_id_type | account_id |
asset | pays |
asset | receives |
asset | fee |
price | fill_price |
bool | is_maker = true |
Additional Inherited Members | |
![]() | |
static uint64_t | calculate_data_fee (uint64_t bytes, uint64_t price_per_kbyte) |
Definition at line 144 of file market.hpp.
|
inline |
Definition at line 148 of file market.hpp.
|
inline |
Definition at line 149 of file market.hpp.
|
inline |
This is a virtual operation; there is no fee.
Definition at line 170 of file market.hpp.
|
inline |
Definition at line 166 of file market.hpp.
|
inline |
Definition at line 160 of file market.hpp.
|
inlinevirtual |
Reimplemented from graphene::protocol::base_operation.
Definition at line 167 of file market.hpp.
account_id_type graphene::protocol::fill_order_operation::account_id |
Definition at line 153 of file market.hpp.
asset graphene::protocol::fill_order_operation::fee |
Definition at line 156 of file market.hpp.
price graphene::protocol::fill_order_operation::fill_price |
Definition at line 157 of file market.hpp.
bool graphene::protocol::fill_order_operation::is_maker = true |
Definition at line 158 of file market.hpp.
object_id_type graphene::protocol::fill_order_operation::order_id |
Definition at line 152 of file market.hpp.
asset graphene::protocol::fill_order_operation::pays |
Definition at line 154 of file market.hpp.
asset graphene::protocol::fill_order_operation::receives |
Definition at line 155 of file market.hpp.