The get_aggregate_price method.
More...
#include <GetAggregatePrice.hpp>
|
| | GetAggregatePriceHandler (std::shared_ptr< BackendInterface > sharedPtrBackend) |
| | Construct a new GetAggregatePrice handler object.
|
| Result | process (Input const &input, Context const &ctx) const |
| | Process the GetAggregatePrice command.
|
The get_aggregate_price method.
◆ GetAggregatePriceHandler()
| rpc::GetAggregatePriceHandler::GetAggregatePriceHandler |
( |
std::shared_ptr< BackendInterface > | sharedPtrBackend | ) |
|
|
inline |
Construct a new GetAggregatePrice handler object.
- Parameters
-
| sharedPtrBackend | The backend to use |
◆ process()
| GetAggregatePriceHandler::Result rpc::GetAggregatePriceHandler::process |
( |
Input const & | input, |
|
|
Context const & | ctx ) const |
|
nodiscard |
Process the GetAggregatePrice command.
- Parameters
-
| input | The input data for the command |
| ctx | The context of the request |
- Returns
- The result of the operation
◆ tag_invoke
Convert the Output to a JSON object.
- Parameters
-
| [out] | jv | The JSON object to convert to |
| output | The output to convert |
The documentation for this class was generated from the following files:
- /__w/clio/clio/src/rpc/handlers/GetAggregatePrice.hpp
- /__w/clio/clio/src/rpc/handlers/GetAggregatePrice.cpp