ORE Studio 0.0.4
Loading...
Searching...
No Matches
trade_service Member List

This is the complete list of members for trade_service, including all inherited members.

context typedef (defined in trade_service)trade_service
count_trades() (defined in trade_service)trade_service
count_trades_filtered(std::optional< boost::uuids::uuid > book_id, std::optional< boost::uuids::uuid > portfolio_id, std::optional< boost::uuids::uuid > business_unit_id=std::nullopt) (defined in trade_service)trade_service
find_trade(const std::string &id) (defined in trade_service)trade_service
get_trade_history(const std::string &id) (defined in trade_service)trade_service
list_trades() (defined in trade_service)trade_service
list_trades(std::uint32_t offset, std::uint32_t limit) (defined in trade_service)trade_service
list_trades_filtered(std::uint32_t offset, std::uint32_t limit, std::optional< boost::uuids::uuid > book_id, std::optional< boost::uuids::uuid > portfolio_id, std::optional< boost::uuids::uuid > business_unit_id=std::nullopt) (defined in trade_service)trade_service
remove_trade(const std::string &id) (defined in trade_service)trade_service
save_trade(const domain::trade &v) (defined in trade_service)trade_service
save_trades(const std::vector< domain::trade > &trades) (defined in trade_service)trade_service
trade_service(context ctx) (defined in trade_service)trade_serviceexplicit