BetaTrader
A HFT Eco-System
Loading...
Searching...
No Matches
Types.h File Reference

Defines type aliases for FIX protocol fields. More...

#include "common/Types.h"
Include dependency graph for Types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  fix
 

Typedefs

using fix::ClientOrderID = uint64_t
 Type alias for a client-assigned order ID.
 
using fix::CompID = uint32_t
 Type alias for a component ID (e.g., SenderCompID, TargetCompID).
 
using fix::ExchangeOrderID = uint64_t
 Type alias for an exchange-assigned order ID.
 
using fix::Price = common::Price
 Type alias for a price field, inheriting from the common Price type.
 
using fix::Quantity = common::Quantity
 Type alias for a quantity field, inheriting from the common Quantity type.
 
using fix::SequenceNumber = uint64_t
 Type alias for a message sequence number.
 
using fix::Symbol = common::Symbol
 Type alias for a symbol field, inheriting from the common Symbol type.
 

Detailed Description

Defines type aliases for FIX protocol fields.

This file provides type aliases for various data types used in FIX messages, ensuring consistency and clarity throughout the application. These types correspond to specific FIX tag data types.