#include <auction.h>
|
double | price |
| Price per unit More...
|
|
double | quantity |
|
entt::entity | agent |
| The agent that owns this order. Goods sold will go to the agent, money recieved will also go to the agent. Needs a wallet component. More...
|
|
◆ Order() [1/2]
cqsp::common::components::Order::Order |
( |
| ) |
|
|
inline |
◆ Order() [2/2]
cqsp::common::components::Order::Order |
( |
double |
price, |
|
|
double |
quantity, |
|
|
entt::entity |
agent |
|
) |
| |
|
inline |
◆ agent
entt::entity cqsp::common::components::Order::agent |
The agent that owns this order. Goods sold will go to the agent, money recieved will also go to the agent. Needs a wallet component.
◆ price
double cqsp::common::components::Order::price |
◆ quantity
double cqsp::common::components::Order::quantity |
The documentation for this struct was generated from the following file:
- /github/workspace/src/common/components/auction.h