B2BITS FIX Antenna HFT  1.0.17
 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
B3::AllocationReport Struct Reference

#include <B3BinaryMessages.h>

+ Inheritance diagram for B3::AllocationReport:
+ Collaboration diagram for B3::AllocationReport:

Public Member Functions

 AllocationReport ()
 
 AllocationReport (bool initFields)
 
const AllocID getAllocID () const
 
const AllocNoOrdersType getAllocNoOrdersType () const
 
const RejReasonOptional getAllocRejCode () const
 
const AllocReportID getAllocReportID () const
 
const AllocReportType getAllocReportType () const
 
const AllocStatus getAllocStatus () const
 
const AllocTransType getAllocTransType () const
 
const AsciiString getEnteringTrader () const
 
FieldsIterator getIterator () const
 
size_t getMsgLength () const
 
const Quantity getQuantity () const
 
const SecurityID getSecurityID () const
 
const AsciiString getSenderLocation () const
 
FieldsSetIterator getSetIterator ()
 
const Side getSide () const
 
const LocalMktDateOptional getTradeDate () const
 
void setAllocID (AllocID value)
 
void setAllocNoOrdersType (const AllocNoOrdersType val)
 
void setAllocRejCode (RejReasonOptional value)
 
void setAllocReportID (AllocReportID value)
 
void setAllocReportType (const AllocReportType val)
 
void setAllocStatus (const AllocStatus val)
 
void setAllocTransType (const AllocTransType val)
 
void setEnteringTrader (const AsciiString &val)
 
void setQuantity (Quantity value)
 
void setSecurityID (SecurityID value)
 
void setSenderLocation (const AsciiString &val)
 
void setSide (const Side val)
 
void setTradeDate (LocalMktDateOptional value)
 
std::ostream & toStream (std::ostream &os) const
 
std::string toString () const
 
void updateMessageLength ()
 
- Public Member Functions inherited from B3::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 FieldsIterator getIterator (const StandardHeader &message)
 
static const MessageTypegetMessageType ()
 
static size_t getMinMessageSize ()
 
static const SecurityExchangegetSecurityExchange ()
 
static const SecurityIDSourcegetSecurityIDSource ()
 
static FieldsSetIterator getSetIterator (StandardHeader &message)
 
static bool isDynamicSizeMessage ()
 
static void updateMessageLength (StandardHeader &message)
 

Public Attributes

AllocID allocID
 
AllocNoOrdersType allocNoOrdersType
 
RejReasonOptional allocRejCode
 
AllocReportID allocReportID
 
AllocReportType allocReportType
 
AllocStatus allocStatus
 
AllocTransType allocTransType
 
OutboundBusinessHeader businessHeader
 
Trader enteringTrader
 
Quantity quantity
 
SecurityID securityID
 
SenderLocation senderLocation
 
Side side
 
LocalMktDateOptional tradeDate
 
UTCTimestampNanos transactTime
 
- Public Attributes inherited from B3::StandardHeader
u16 encodingType
 
u16 messageLength
 
messageHeader sbeHeader
 

Static Public Attributes

static const u16 BlockLength = 84
 
static const u16 TemplateID = 602
 

Constructor & Destructor Documentation

B3::AllocationReport::AllocationReport ( )
inline
B3::AllocationReport::AllocationReport ( bool  initFields)
inlineexplicit

Member Function Documentation

const AllocID B3::AllocationReport::getAllocID ( ) const
inline

References B3::allocID.

const AllocNoOrdersType B3::AllocationReport::getAllocNoOrdersType ( ) const
inline

References B3::allocNoOrdersType.

const RejReasonOptional B3::AllocationReport::getAllocRejCode ( ) const
inline

References B3::allocRejCode.

const AllocReportID B3::AllocationReport::getAllocReportID ( ) const
inline

References B3::allocReportID.

const AllocReportType B3::AllocationReport::getAllocReportType ( ) const
inline

References B3::allocReportType.

const AllocStatus B3::AllocationReport::getAllocStatus ( ) const
inline

References B3::allocStatus.

const AllocTransType B3::AllocationReport::getAllocTransType ( ) const
inline

References B3::allocTransType.

const AsciiString B3::AllocationReport::getEnteringTrader ( ) const
inline

References B3::enteringTrader.

FieldsIterator B3::AllocationReport::getIterator ( ) const
inline
FieldsIterator B3::AllocationReport::getIterator ( const StandardHeader message)
inlinestatic
static const MessageType& B3::AllocationReport::getMessageType ( )
inlinestatic
size_t B3::AllocationReport::getMinMessageSize ( )
inlinestatic

References B3::AllocationReport.

size_t B3::AllocationReport::getMsgLength ( ) const
inline
const Quantity B3::AllocationReport::getQuantity ( ) const
inline

References B3::quantity.

static const SecurityExchange& B3::AllocationReport::getSecurityExchange ( )
inlinestatic
const SecurityID B3::AllocationReport::getSecurityID ( ) const
inline

References B3::securityID.

static const SecurityIDSource& B3::AllocationReport::getSecurityIDSource ( )
inlinestatic
const AsciiString B3::AllocationReport::getSenderLocation ( ) const
inline

References B3::senderLocation.

FieldsSetIterator B3::AllocationReport::getSetIterator ( )
inline
FieldsSetIterator B3::AllocationReport::getSetIterator ( StandardHeader message)
inlinestatic
const Side B3::AllocationReport::getSide ( ) const
inline

References B3::side.

const LocalMktDateOptional B3::AllocationReport::getTradeDate ( ) const
inline

References B3::tradeDate.

static bool B3::AllocationReport::isDynamicSizeMessage ( )
inlinestatic
void B3::AllocationReport::setAllocID ( AllocID  value)
inline

References B3::allocID.

void B3::AllocationReport::setAllocNoOrdersType ( const AllocNoOrdersType  val)
inline

References B3::allocNoOrdersType.

void B3::AllocationReport::setAllocRejCode ( RejReasonOptional  value)
inline

References B3::allocRejCode.

void B3::AllocationReport::setAllocReportID ( AllocReportID  value)
inline

References B3::allocReportID.

void B3::AllocationReport::setAllocReportType ( const AllocReportType  val)
inline

References B3::allocReportType.

void B3::AllocationReport::setAllocStatus ( const AllocStatus  val)
inline

References B3::allocStatus.

void B3::AllocationReport::setAllocTransType ( const AllocTransType  val)
inline

References B3::allocTransType.

void B3::AllocationReport::setEnteringTrader ( const AsciiString val)
inline
void B3::AllocationReport::setQuantity ( Quantity  value)
inline

References B3::quantity.

void B3::AllocationReport::setSecurityID ( SecurityID  value)
inline

References B3::securityID.

void B3::AllocationReport::setSenderLocation ( const AsciiString val)
inline
void B3::AllocationReport::setSide ( const Side  val)
inline

References B3::side.

void B3::AllocationReport::setTradeDate ( LocalMktDateOptional  value)
inline

References B3::tradeDate.

std::ostream& B3::AllocationReport::toStream ( std::ostream &  os) const
inline

Referenced by B3::messageToStream().

std::string B3::AllocationReport::toString ( ) const
inline
void B3::AllocationReport::updateMessageLength ( )
inline
static void B3::AllocationReport::updateMessageLength ( StandardHeader message)
inlinestatic

Member Data Documentation

AllocID B3::AllocationReport::allocID
AllocNoOrdersType B3::AllocationReport::allocNoOrdersType
RejReasonOptional B3::AllocationReport::allocRejCode
AllocReportID B3::AllocationReport::allocReportID
AllocReportType B3::AllocationReport::allocReportType
AllocStatus B3::AllocationReport::allocStatus
AllocTransType B3::AllocationReport::allocTransType
const u16 B3::AllocationReport::BlockLength = 84
static
OutboundBusinessHeader B3::AllocationReport::businessHeader
Trader B3::AllocationReport::enteringTrader
Quantity B3::AllocationReport::quantity
SecurityID B3::AllocationReport::securityID
SenderLocation B3::AllocationReport::senderLocation
Side B3::AllocationReport::side
const u16 B3::AllocationReport::TemplateID = 602
static
LocalMktDateOptional B3::AllocationReport::tradeDate
UTCTimestampNanos B3::AllocationReport::transactTime