|
uatlib
|
Represents the private status of a permit that is available for trading. More...
#include <simulation.hpp>
Public Attributes | |
| uint_t | owner = no_owner |
| The owner of the permit. | |
| value_t | min_value = 0.0 |
| The minimum value (exclusive) that the owner is willing to sell the permit. | |
| uint_t | highest_bidder = no_owner |
| The current highest bidder. | |
| value_t | highest_bid = 0.0 |
| The current highest bid. | |
Represents the private status of a permit that is available for trading.