dxFeed Graal CXX API
Loading...
Searching...
No Matches
dxfcpp::Side Struct Reference

Side of an order or a trade. More...

#include <Side.hpp>

Inherits dxfcpp::Enum< Child, Code >.

Static Public Attributes

static const DXFCPP_EXPORT Side UNDEFINED {0, "UNDEFINED"}
 Side is undefined, unknown or inapplicable.
 
static const DXFCPP_EXPORT Side BUY {1, "BUY"}
 Buy side (bid).
 
static const DXFCPP_EXPORT Side SELL {2, "SELL"}
 Sell side (ask or offer).
 

Detailed Description

Side of an order or a trade.