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

Variables

static const char CALCULATED = 'B'
 Calculated = B.
 
static const char CANCELED = '4'
 Canceled = 4.
 
static const char DONE_FOR_DAY = '3'
 Done for day = 3.
 
static const char EXPIRED = 'C'
 Expired = C.
 
static const char NEW = '0'
 New = 0.
 
static const char ORDER_STATUS = 'I'
 Order Status (formerly an ExecTransType) = I.
 
static const char PENDING_CANCEL = '6'
 Pending Cancel (e.g. result of<msgref msgtype="F">Order Cancel Request</msgref>) = 6.
 
static const char PENDING_NEW = 'A'
 Pending New = A.
 
static const char PENDING_REPLACE = 'E'
 Pending Replace (e.g. result of<msgref msgtype="G">Order Cancel/Replace Request</msgref>) = E.
 
static const char REJECTED = '8'
 Rejected = 8.
 
static const char REPLACED = '5'
 Replace = 5.
 
static const char RESTATED = 'D'
 Restated (<msgref msgtype="8">ExecutionRpt</msgref>sent unsolicited by sellside, with<fieldref tag="378">ExecRestatementReason</fieldref>set) = D.
 
static const char STOPPED = '7'
 Stopped = 7.
 
static const char SUSPENDED = '9'
 Suspended = 9.
 
static const char TRADE = 'F'
 Trade (partial fill or fill) = F.
 
static const char TRADE_CANCEL = 'H'
 Trade Cancel (formerly an ExecTransType) = H.
 
static const char TRADE_CORRECT = 'G'
 Trade Correct (formerly an ExecTransType) = G.
 

Variable Documentation

◆ CALCULATED

const char FixMessages::SG_FIX44::ExecType::CALCULATED = 'B'
static

Calculated = B.

◆ CANCELED

const char FixMessages::SG_FIX44::ExecType::CANCELED = '4'
static

Canceled = 4.

◆ DONE_FOR_DAY

const char FixMessages::SG_FIX44::ExecType::DONE_FOR_DAY = '3'
static

Done for day = 3.

◆ EXPIRED

const char FixMessages::SG_FIX44::ExecType::EXPIRED = 'C'
static

Expired = C.

◆ NEW

const char FixMessages::SG_FIX44::ExecType::NEW = '0'
static

New = 0.

◆ ORDER_STATUS

const char FixMessages::SG_FIX44::ExecType::ORDER_STATUS = 'I'
static

Order Status (formerly an ExecTransType) = I.

◆ PENDING_CANCEL

const char FixMessages::SG_FIX44::ExecType::PENDING_CANCEL = '6'
static

Pending Cancel (e.g. result of<msgref msgtype="F">Order Cancel Request</msgref>) = 6.

◆ PENDING_NEW

const char FixMessages::SG_FIX44::ExecType::PENDING_NEW = 'A'
static

Pending New = A.

◆ PENDING_REPLACE

const char FixMessages::SG_FIX44::ExecType::PENDING_REPLACE = 'E'
static

Pending Replace (e.g. result of<msgref msgtype="G">Order Cancel/Replace Request</msgref>) = E.

◆ REJECTED

const char FixMessages::SG_FIX44::ExecType::REJECTED = '8'
static

Rejected = 8.

◆ REPLACED

const char FixMessages::SG_FIX44::ExecType::REPLACED = '5'
static

Replace = 5.

◆ RESTATED

const char FixMessages::SG_FIX44::ExecType::RESTATED = 'D'
static

Restated (<msgref msgtype="8">ExecutionRpt</msgref>sent unsolicited by sellside, with<fieldref tag="378">ExecRestatementReason</fieldref>set) = D.

◆ STOPPED

const char FixMessages::SG_FIX44::ExecType::STOPPED = '7'
static

Stopped = 7.

◆ SUSPENDED

const char FixMessages::SG_FIX44::ExecType::SUSPENDED = '9'
static

Suspended = 9.

◆ TRADE

const char FixMessages::SG_FIX44::ExecType::TRADE = 'F'
static

Trade (partial fill or fill) = F.

◆ TRADE_CANCEL

const char FixMessages::SG_FIX44::ExecType::TRADE_CANCEL = 'H'
static

Trade Cancel (formerly an ExecTransType) = H.

◆ TRADE_CORRECT

const char FixMessages::SG_FIX44::ExecType::TRADE_CORRECT = 'G'
static

Trade Correct (formerly an ExecTransType) = G.