B2BITS FIX Antenna C++ 2.32.1
Loading...
Searching...
No Matches
Variables
FixMessages::SG_FIX44::AllocStatus Namespace Reference

Variables

static const int ACCEPTED = 0
 accepted (successfully processed) = 0
 
static const int ACCOUNT_LEVEL_REJECT = 2
 account level reject = 2
 
static const int INCOMPLETE = 4
 incomplete = 4
 
static const int RECEIVED = 3
 received (received, not yet processed) = 3
 
static const int REJECTED = 1
 block level reject = 1
 
static const int REJECTED_BY_INTERMEDIARY = 5
 rejected by intermediary = 5
 

Variable Documentation

◆ ACCEPTED

const int FixMessages::SG_FIX44::AllocStatus::ACCEPTED = 0
static

accepted (successfully processed) = 0

◆ ACCOUNT_LEVEL_REJECT

const int FixMessages::SG_FIX44::AllocStatus::ACCOUNT_LEVEL_REJECT = 2
static

account level reject = 2

◆ INCOMPLETE

const int FixMessages::SG_FIX44::AllocStatus::INCOMPLETE = 4
static

incomplete = 4

◆ RECEIVED

const int FixMessages::SG_FIX44::AllocStatus::RECEIVED = 3
static

received (received, not yet processed) = 3

◆ REJECTED

const int FixMessages::SG_FIX44::AllocStatus::REJECTED = 1
static

block level reject = 1

◆ REJECTED_BY_INTERMEDIARY

const int FixMessages::SG_FIX44::AllocStatus::REJECTED_BY_INTERMEDIARY = 5
static

rejected by intermediary = 5