|
crypto_trader
Cryptocurrency Trading Bot API Documentation
|
Represents a single position (lot) within a larger holding. More...
#include <Accounting.h>

Public Attributes | |
| double | d_totalQty = 0.0 |
| Quantity of the asset in this lot. | |
| double | d_price = 0.0 |
| Price at which this lot was acquired. | |
| int64_t | d_timestamp |
| Timestamp when this lot was acquired. | |
Represents a single position (lot) within a larger holding.
| double crypto_trader::common::Position::d_price = 0.0 |
Price at which this lot was acquired.
| int64_t crypto_trader::common::Position::d_timestamp |
Timestamp when this lot was acquired.
| double crypto_trader::common::Position::d_totalQty = 0.0 |
Quantity of the asset in this lot.