#include <Publisher.hh>
|
| Publisher (std::shared_ptr< grpc::Channel > channel) |
|
grpc::Status | send_order (const trading::Order &order) |
|
|
std::unique_ptr< trading::TradingService::Stub > | _stub |
|
◆ Publisher()
Publisher::Publisher |
( |
std::shared_ptr< grpc::Channel > | channel | ) |
|
|
explicit |
◆ send_order()
grpc::Status Publisher::send_order |
( |
const trading::Order & | order | ) |
|
◆ _stub
std::unique_ptr<trading::TradingService::Stub> Publisher::_stub |
|
private |
The documentation for this class was generated from the following files: