#include <OnixS/CboeCFE/Trading/BOE/Messages/In/TASRestatement.h>
Public Member Functions | |
DateTime | transactionTime () const |
StrRef | clOrdId () const |
StrRef | clearingFirm () const |
Binary8 | execId () const |
Side::Enum | side () const |
BinaryPrice | price () const |
StrRef | symbol () const |
Date | maturityDate () const |
Binary4 | lastShares () const |
BinaryPrice | lastPx () const |
StrRef | feeCode () const |
Date | tradeDate () const |
BinaryPrice | clearingPrice () const |
StrRef | clearingSymbol () const |
MultilegReportingType::Enum | multilegReportingType () const |
Binary8 | secondaryExecId () const |
TASRestatement (const void *data, MessageSize size) | |
Public Member Functions inherited from BinaryMessage | |
BinaryMessage () | |
BinaryMessage (const void *data, MessageSize size) | |
BinaryMessage (const BinaryMessage &other) | |
operator bool () const | |
const void * | binary () const |
MessageSize | binarySize () const |
BinaryMessage & | operator= (const BinaryMessage &other) |
Additional Inherited Members | |
Public Types inherited from BinaryMessage | |
typedef MessageSize | BinarySize |
Protected Member Functions inherited from BinaryFields< BinaryMessage, MessageSize > | |
const SubMessage | submessage (MessageSize offset, MessageSize size) const |
const FieldValue & | ordinaryRef (MessageSize offset) const |
FieldValue | ordinary (MessageSize offset) const |
Enumeration::Enum | enumeration (MessageSize offset) const |
StrRef | fixedStr (MessageSize offset) const |
Definition at line 36 of file TASRestatement.h.
|
inline |
Initializes instance over given memory block.
Definition at line 135 of file TASRestatement.h.
|
inline |
EFID that will clear the trade.
Definition at line 51 of file TASRestatement.h.
|
inline |
Price as sent to clearing after applying post-close conversions to the original LastPx value.
Definition at line 111 of file TASRestatement.h.
|
inline |
Symbol as sent to clearing.
Definition at line 117 of file TASRestatement.h.
|
inline |
The order being restated.
Definition at line 45 of file TASRestatement.h.
|
inline |
Sent to the OCC in the Trade Id field.
Definition at line 57 of file TASRestatement.h.
|
inline |
Indicates fee associated with an execution.
Definition at line 99 of file TASRestatement.h.
|
inline |
Price of this fill.
Definition at line 93 of file TASRestatement.h.
|
inline |
Executed contracts quantity.
Definition at line 87 of file TASRestatement.h.
|
inline |
Maturity date of the instrument.
Definition at line 81 of file TASRestatement.h.
|
inline |
Type.
Definition at line 123 of file TASRestatement.h.
|
inline |
Limit price of the order.
Definition at line 69 of file TASRestatement.h.
|
inline |
Field indicates whether an execution is a spread or a simple instrument execution that is part of a spread trade.
Definition at line 129 of file TASRestatement.h.
|
inline |
Side.
Definition at line 63 of file TASRestatement.h.
|
inline |
CFE native identifier of the instrument.
Definition at line 75 of file TASRestatement.h.
|
inline |
Business date of the execution.
Definition at line 105 of file TASRestatement.h.
|
inline |
The time the event occurred in the CFE Matching Engine (not the time the message was sent).
Definition at line 39 of file TASRestatement.h.