BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Types | Public Member Functions | Public Attributes | List of all members
graphene::market_history::detail::operation_process_fill_order Struct Reference

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
 

Detailed Description

Definition at line 71 of file market_history_plugin.cpp.

Member Typedef Documentation

◆ result_type

Definition at line 80 of file market_history_plugin.cpp.

Constructor & Destructor Documentation

◆ operation_process_fill_order()

graphene::market_history::detail::operation_process_fill_order::operation_process_fill_order ( market_history_plugin mhp,
fc::time_point_sec  n,
const market_ticker_meta_object *&  meta 
)
inline

Definition at line 77 of file market_history_plugin.cpp.

Member Function Documentation

◆ operator()() [1/2]

void graphene::market_history::detail::operation_process_fill_order::operator() ( const fill_order_operation o) const
inline

Definition at line 86 of file market_history_plugin.cpp.

◆ operator()() [2/2]

template<typename T >
void graphene::market_history::detail::operation_process_fill_order::operator() ( const T &  ) const
inline

do nothing for other operation types

Definition at line 84 of file market_history_plugin.cpp.

Member Data Documentation

◆ _meta

const market_ticker_meta_object*& graphene::market_history::detail::operation_process_fill_order::_meta

Definition at line 75 of file market_history_plugin.cpp.

◆ _now

fc::time_point_sec graphene::market_history::detail::operation_process_fill_order::_now

Definition at line 74 of file market_history_plugin.cpp.

◆ _plugin

market_history_plugin& graphene::market_history::detail::operation_process_fill_order::_plugin

Definition at line 73 of file market_history_plugin.cpp.


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