BitShares-Core
7.0.0
BitShares blockchain node software and command-line wallet software
|
Public Types | |
typedef void | result_type |
Public Member Functions | |
operation_process_fill_order (market_history_plugin &mhp, fc::time_point_sec n, const market_ticker_meta_object *&meta) | |
template<typename T > | |
void | operator() (const T &) const |
void | operator() (const fill_order_operation &o) const |
Public Attributes | |
market_history_plugin & | _plugin |
fc::time_point_sec | _now |
const market_ticker_meta_object *& | _meta |
Definition at line 71 of file market_history_plugin.cpp.
Definition at line 80 of file market_history_plugin.cpp.
|
inline |
Definition at line 77 of file market_history_plugin.cpp.
|
inline |
Definition at line 86 of file market_history_plugin.cpp.
|
inline |
do nothing for other operation types
Definition at line 84 of file market_history_plugin.cpp.
const market_ticker_meta_object*& graphene::market_history::detail::operation_process_fill_order::_meta |
Definition at line 75 of file market_history_plugin.cpp.
fc::time_point_sec graphene::market_history::detail::operation_process_fill_order::_now |
Definition at line 74 of file market_history_plugin.cpp.
market_history_plugin& graphene::market_history::detail::operation_process_fill_order::_plugin |
Definition at line 73 of file market_history_plugin.cpp.