Defines type aliases commonly used in the trading system.
std::int32_t Price
Represents the price of an order or trade.
Definition: Usings.hpp:21
std::uint32_t Quantity
Represents the quantity or volume of assets in an order or trade.
Definition: Usings.hpp:29
std::uint64_t OrderId
Represents a unique identifier for an order.
Definition: Usings.hpp:37
Holds essential information about a trade, including order ID, price, and quantity.
Definition: TradeInfo.hpp:19
OrderId _orderId
Definition: TradeInfo.hpp:20
Quantity _quantity
Definition: TradeInfo.hpp:22
Price _price
Definition: TradeInfo.hpp:21