B2BITS FIX Antenna HFT  1.0.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
ILink3::ExecutionReportPendingReplace565 Struct Reference

#include <ILink3BinaryMessages.h>

+ Inheritance diagram for ILink3::ExecutionReportPendingReplace565:
+ Collaboration diagram for ILink3::ExecutionReportPendingReplace565:

Public Member Functions

 ExecutionReportPendingReplace565 () throw ()
 
 ExecutionReportPendingReplace565 (bool initFields) throw ()
 
const AsciiString getClOrdID () const throw ()
 
const uInt32 getCumQty () const throw ()
 
const uInt64NULL getDelayToTime () const throw ()
 
const uInt32NULL getDisplayQty () const throw ()
 
const AsciiString getExecID () const throw ()
 
const LocalMktDate getExpireDate () const throw ()
 
FieldsIterator getIterator () const
 
const uInt32 getLeavesQty () const throw ()
 
const BooleanNULL::Enum getLiquidityFlag () const throw ()
 
const AsciiString getLocation () const throw ()
 
const ManualOrdIndReq::Enum getManualOrderIndicator () const throw ()
 
const uInt32NULL getMinQty () const throw ()
 
size_t getMsgLength () const
 
const uInt64 getOrderID () const throw ()
 
const uInt32 getOrderQty () const throw ()
 
const uInt64 getOrderRequestID () const throw ()
 
const OrderType::Enum getOrdType () const throw ()
 
const uInt64 getPartyDetailsListReqID () const throw ()
 
const BooleanFlag::Enum getPossRetransFlag () const throw ()
 
const uInt8NULL getPriorityIndicator () const throw ()
 
const Int32 getSecurityID () const throw ()
 
const AsciiString getSenderID () const throw ()
 
const uInt64 getSendingTimeEpoch () const throw ()
 
const uInt32 getSeqNum () const throw ()
 
FieldsSetIterator getSetIterator ()
 
const ShortSaleType::Enum getShortSaleType () const throw ()
 
const SideReq::Enum getSide () const throw ()
 
const SplitMsg::Enum getSplitMsg () const throw ()
 
const TimeInForce::Enum getTimeInForce () const throw ()
 
const uInt64 getTransactTime () const throw ()
 
const uInt64 getUUID () const throw ()
 
void setClOrdID (const AsciiString &val) throw ()
 
void setCumQty (uInt32 value) throw ()
 
void setDelayToTime (uInt64NULL value) throw ()
 
void setDisplayQty (uInt32NULL value) throw ()
 
void setExecID (const AsciiString &val) throw ()
 
void setExpireDate (LocalMktDate value) throw ()
 
void setLeavesQty (uInt32 value) throw ()
 
void setLiquidityFlag (const BooleanNULL::Enum val) throw ()
 
void setLocation (const AsciiString &val) throw ()
 
void setManualOrderIndicator (const ManualOrdIndReq::Enum val) throw ()
 
void setMinQty (uInt32NULL value) throw ()
 
void setOrderID (uInt64 value) throw ()
 
void setOrderQty (uInt32 value) throw ()
 
void setOrderRequestID (uInt64 value) throw ()
 
void setOrdType (const OrderType::Enum val) throw ()
 
void setPartyDetailsListReqID (uInt64 value) throw ()
 
void setPossRetransFlag (const BooleanFlag::Enum val) throw ()
 
void setPriorityIndicator (uInt8NULL value) throw ()
 
void setSecurityID (Int32 value) throw ()
 
void setSenderID (const AsciiString &val) throw ()
 
void setSendingTimeEpoch (uInt64 value) throw ()
 
void setSeqNum (uInt32 value) throw ()
 
void setShortSaleType (const ShortSaleType::Enum val) throw ()
 
void setSide (const SideReq::Enum val) throw ()
 
void setSplitMsg (const SplitMsg::Enum val) throw ()
 
void setTimeInForce (const TimeInForce::Enum val) throw ()
 
void setTransactTime (uInt64 value) throw ()
 
void setUUID (uInt64 value) throw ()
 
std::ostream & toStream (std::ostream &os) const
 
std::string toString () const
 
void updateMessageLength ()
 
- Public Member Functions inherited from ILink3::StandardHeader
u16 getEncodingType () const
 
u16 getMessageLength () const
 
const messageHeadergetSbeHeader () const
 
template<typename T >
const T & getTypedMessage () const
 
template<typename T >
T & getTypedMessage ()
 
void setEncodingType (u16 value)
 
void setEncodingType (const messageHeader &value)
 
void setMessageLength (u16 value)
 
 StandardHeader ()
 

Static Public Member Functions

static const ExecTypePendModifygetExecType ()
 
static FieldsIterator getIterator (const StandardHeader &message)
 
static size_t getMinMessageSize ()
 
static const PendModStatusgetOrdStatus ()
 
static FieldsSetIterator getSetIterator (StandardHeader &message)
 
static bool hasRepeatingGroups ()
 
static void updateMessageLength (StandardHeader &message)
 

Public Attributes

String20Req clOrdID
 
uInt32 cumQty
 
uInt64NULL delayToTime
 
PRICENULL9 discretionPrice
 
uInt32NULL displayQty
 
String40 execID
 
LocalMktDate expireDate
 
uInt32 leavesQty
 
BooleanNULL liquidityFlag
 
String5Req location
 
ManualOrdIndReq manualOrderIndicator
 
uInt32NULL minQty
 
uInt64 orderID
 
uInt32 orderQty
 
uInt64 orderRequestID
 
OrderType ordType
 
uInt64 partyDetailsListReqID
 
BooleanFlag possRetransFlag
 
PRICE9 price
 
uInt8NULL priorityIndicator
 
Int32 securityID
 
String20Req senderID
 
uInt64 sendingTimeEpoch
 
uInt32 seqNum
 
ShortSaleType shortSaleType
 
SideReq side
 
SplitMsg splitMsg
 
TimeInForce timeInForce
 
uInt64 transactTime
 
uInt64 uuid
 
- Public Attributes inherited from ILink3::StandardHeader
u16 encodingType
 
u16 messageLength
 
messageHeader sbeHeader
 

Static Public Attributes

static const u16 BlockLength = 196
 
static constexpr const char * SemanticType = "8"
 
static const u16 TemplateID = 565
 

Constructor & Destructor Documentation

ILink3::ExecutionReportPendingReplace565::ExecutionReportPendingReplace565 ( )
throw (
)
inline
ILink3::ExecutionReportPendingReplace565::ExecutionReportPendingReplace565 ( bool  initFields)
throw (
)
inlineexplicit

Member Function Documentation

const AsciiString ILink3::ExecutionReportPendingReplace565::getClOrdID ( ) const
throw (
)
inline
const uInt32 ILink3::ExecutionReportPendingReplace565::getCumQty ( ) const
throw (
)
inline
const uInt64NULL ILink3::ExecutionReportPendingReplace565::getDelayToTime ( ) const
throw (
)
inline
const uInt32NULL ILink3::ExecutionReportPendingReplace565::getDisplayQty ( ) const
throw (
)
inline
const AsciiString ILink3::ExecutionReportPendingReplace565::getExecID ( ) const
throw (
)
inline
static const ExecTypePendModify& ILink3::ExecutionReportPendingReplace565::getExecType ( )
inlinestatic
const LocalMktDate ILink3::ExecutionReportPendingReplace565::getExpireDate ( ) const
throw (
)
inline
FieldsIterator ILink3::ExecutionReportPendingReplace565::getIterator ( ) const
inline
FieldsIterator ILink3::ExecutionReportPendingReplace565::getIterator ( const StandardHeader message)
inlinestatic
const uInt32 ILink3::ExecutionReportPendingReplace565::getLeavesQty ( ) const
throw (
)
inline
const BooleanNULL::Enum ILink3::ExecutionReportPendingReplace565::getLiquidityFlag ( ) const
throw (
)
inline
const AsciiString ILink3::ExecutionReportPendingReplace565::getLocation ( ) const
throw (
)
inline
const ManualOrdIndReq::Enum ILink3::ExecutionReportPendingReplace565::getManualOrderIndicator ( ) const
throw (
)
inline
size_t ILink3::ExecutionReportPendingReplace565::getMinMessageSize ( )
inlinestatic
const uInt32NULL ILink3::ExecutionReportPendingReplace565::getMinQty ( ) const
throw (
)
inline
size_t ILink3::ExecutionReportPendingReplace565::getMsgLength ( ) const
inline
const uInt64 ILink3::ExecutionReportPendingReplace565::getOrderID ( ) const
throw (
)
inline
const uInt32 ILink3::ExecutionReportPendingReplace565::getOrderQty ( ) const
throw (
)
inline
const uInt64 ILink3::ExecutionReportPendingReplace565::getOrderRequestID ( ) const
throw (
)
inline
static const PendModStatus& ILink3::ExecutionReportPendingReplace565::getOrdStatus ( )
inlinestatic
const OrderType::Enum ILink3::ExecutionReportPendingReplace565::getOrdType ( ) const
throw (
)
inline
const uInt64 ILink3::ExecutionReportPendingReplace565::getPartyDetailsListReqID ( ) const
throw (
)
inline
const BooleanFlag::Enum ILink3::ExecutionReportPendingReplace565::getPossRetransFlag ( ) const
throw (
)
inline
const uInt8NULL ILink3::ExecutionReportPendingReplace565::getPriorityIndicator ( ) const
throw (
)
inline
const Int32 ILink3::ExecutionReportPendingReplace565::getSecurityID ( ) const
throw (
)
inline
const AsciiString ILink3::ExecutionReportPendingReplace565::getSenderID ( ) const
throw (
)
inline
const uInt64 ILink3::ExecutionReportPendingReplace565::getSendingTimeEpoch ( ) const
throw (
)
inline
const uInt32 ILink3::ExecutionReportPendingReplace565::getSeqNum ( ) const
throw (
)
inline
FieldsSetIterator ILink3::ExecutionReportPendingReplace565::getSetIterator ( )
inline
FieldsSetIterator ILink3::ExecutionReportPendingReplace565::getSetIterator ( StandardHeader message)
inlinestatic
const ShortSaleType::Enum ILink3::ExecutionReportPendingReplace565::getShortSaleType ( ) const
throw (
)
inline
const SideReq::Enum ILink3::ExecutionReportPendingReplace565::getSide ( ) const
throw (
)
inline
const SplitMsg::Enum ILink3::ExecutionReportPendingReplace565::getSplitMsg ( ) const
throw (
)
inline
const TimeInForce::Enum ILink3::ExecutionReportPendingReplace565::getTimeInForce ( ) const
throw (
)
inline
const uInt64 ILink3::ExecutionReportPendingReplace565::getTransactTime ( ) const
throw (
)
inline
const uInt64 ILink3::ExecutionReportPendingReplace565::getUUID ( ) const
throw (
)
inline
static bool ILink3::ExecutionReportPendingReplace565::hasRepeatingGroups ( )
inlinestatic
void ILink3::ExecutionReportPendingReplace565::setClOrdID ( const AsciiString val)
throw (
)
inline

References ILink3::StringCopy().

void ILink3::ExecutionReportPendingReplace565::setCumQty ( uInt32  value)
throw (
)
inline
void ILink3::ExecutionReportPendingReplace565::setDelayToTime ( uInt64NULL  value)
throw (
)
inline
void ILink3::ExecutionReportPendingReplace565::setDisplayQty ( uInt32NULL  value)
throw (
)
inline
void ILink3::ExecutionReportPendingReplace565::setExecID ( const AsciiString val)
throw (
)
inline

References ILink3::StringCopy().

void ILink3::ExecutionReportPendingReplace565::setExpireDate ( LocalMktDate  value)
throw (
)
inline
void ILink3::ExecutionReportPendingReplace565::setLeavesQty ( uInt32  value)
throw (
)
inline
void ILink3::ExecutionReportPendingReplace565::setLiquidityFlag ( const BooleanNULL::Enum  val)
throw (
)
inline
void ILink3::ExecutionReportPendingReplace565::setLocation ( const AsciiString val)
throw (
)
inline

References ILink3::StringCopy().

void ILink3::ExecutionReportPendingReplace565::setManualOrderIndicator ( const ManualOrdIndReq::Enum  val)
throw (
)
inline
void ILink3::ExecutionReportPendingReplace565::setMinQty ( uInt32NULL  value)
throw (
)
inline
void ILink3::ExecutionReportPendingReplace565::setOrderID ( uInt64  value)
throw (
)
inline
void ILink3::ExecutionReportPendingReplace565::setOrderQty ( uInt32  value)
throw (
)
inline
void ILink3::ExecutionReportPendingReplace565::setOrderRequestID ( uInt64  value)
throw (
)
inline
void ILink3::ExecutionReportPendingReplace565::setOrdType ( const OrderType::Enum  val)
throw (
)
inline
void ILink3::ExecutionReportPendingReplace565::setPartyDetailsListReqID ( uInt64  value)
throw (
)
inline
void ILink3::ExecutionReportPendingReplace565::setPossRetransFlag ( const BooleanFlag::Enum  val)
throw (
)
inline
void ILink3::ExecutionReportPendingReplace565::setPriorityIndicator ( uInt8NULL  value)
throw (
)
inline
void ILink3::ExecutionReportPendingReplace565::setSecurityID ( Int32  value)
throw (
)
inline
void ILink3::ExecutionReportPendingReplace565::setSenderID ( const AsciiString val)
throw (
)
inline

References ILink3::StringCopy().

void ILink3::ExecutionReportPendingReplace565::setSendingTimeEpoch ( uInt64  value)
throw (
)
inline
void ILink3::ExecutionReportPendingReplace565::setSeqNum ( uInt32  value)
throw (
)
inline
void ILink3::ExecutionReportPendingReplace565::setShortSaleType ( const ShortSaleType::Enum  val)
throw (
)
inline
void ILink3::ExecutionReportPendingReplace565::setSide ( const SideReq::Enum  val)
throw (
)
inline
void ILink3::ExecutionReportPendingReplace565::setSplitMsg ( const SplitMsg::Enum  val)
throw (
)
inline
void ILink3::ExecutionReportPendingReplace565::setTimeInForce ( const TimeInForce::Enum  val)
throw (
)
inline
void ILink3::ExecutionReportPendingReplace565::setTransactTime ( uInt64  value)
throw (
)
inline
void ILink3::ExecutionReportPendingReplace565::setUUID ( uInt64  value)
throw (
)
inline
std::ostream& ILink3::ExecutionReportPendingReplace565::toStream ( std::ostream &  os) const
inline

Referenced by ILink3::messageToStream().

std::string ILink3::ExecutionReportPendingReplace565::toString ( ) const
inline
void ILink3::ExecutionReportPendingReplace565::updateMessageLength ( )
inline
static void ILink3::ExecutionReportPendingReplace565::updateMessageLength ( StandardHeader message)
inlinestatic

Member Data Documentation

const u16 ILink3::ExecutionReportPendingReplace565::BlockLength = 196
static
String20Req ILink3::ExecutionReportPendingReplace565::clOrdID
uInt32 ILink3::ExecutionReportPendingReplace565::cumQty
uInt64NULL ILink3::ExecutionReportPendingReplace565::delayToTime
PRICENULL9 ILink3::ExecutionReportPendingReplace565::discretionPrice
uInt32NULL ILink3::ExecutionReportPendingReplace565::displayQty
String40 ILink3::ExecutionReportPendingReplace565::execID
LocalMktDate ILink3::ExecutionReportPendingReplace565::expireDate
uInt32 ILink3::ExecutionReportPendingReplace565::leavesQty
BooleanNULL ILink3::ExecutionReportPendingReplace565::liquidityFlag
String5Req ILink3::ExecutionReportPendingReplace565::location
ManualOrdIndReq ILink3::ExecutionReportPendingReplace565::manualOrderIndicator
uInt32NULL ILink3::ExecutionReportPendingReplace565::minQty
uInt64 ILink3::ExecutionReportPendingReplace565::orderID
uInt32 ILink3::ExecutionReportPendingReplace565::orderQty
uInt64 ILink3::ExecutionReportPendingReplace565::orderRequestID
OrderType ILink3::ExecutionReportPendingReplace565::ordType
uInt64 ILink3::ExecutionReportPendingReplace565::partyDetailsListReqID
BooleanFlag ILink3::ExecutionReportPendingReplace565::possRetransFlag
PRICE9 ILink3::ExecutionReportPendingReplace565::price
uInt8NULL ILink3::ExecutionReportPendingReplace565::priorityIndicator
Int32 ILink3::ExecutionReportPendingReplace565::securityID
constexpr const char* ILink3::ExecutionReportPendingReplace565::SemanticType = "8"
static
String20Req ILink3::ExecutionReportPendingReplace565::senderID
uInt64 ILink3::ExecutionReportPendingReplace565::sendingTimeEpoch
uInt32 ILink3::ExecutionReportPendingReplace565::seqNum
ShortSaleType ILink3::ExecutionReportPendingReplace565::shortSaleType
SideReq ILink3::ExecutionReportPendingReplace565::side
SplitMsg ILink3::ExecutionReportPendingReplace565::splitMsg
const u16 ILink3::ExecutionReportPendingReplace565::TemplateID = 565
static
TimeInForce ILink3::ExecutionReportPendingReplace565::timeInForce
uInt64 ILink3::ExecutionReportPendingReplace565::transactTime
uInt64 ILink3::ExecutionReportPendingReplace565::uuid