EPAM B2BITS ICE Impact Handler C++  1.1.4
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
IceImpact::SpotTrade Struct Reference

#include <B2BITS_IceImpactMessages.h>

Inheritance diagram for IceImpact::SpotTrade:
Inheritance graph
[legend]
Collaboration diagram for IceImpact::SpotTrade:
Collaboration graph
[legend]

Public Member Functions

 SpotTrade () throw ()
 
 SpotTrade (bool initFields) throw ()
 
size_t getMsgLength () const throw ()
 
std::ostream & toStream (std::ostream &os) const
 
std::string toString () const
 
const Int32 getMarketID () const throw ()
 
void setMarketID (Int32 val) throw ()
 
const Int64 getTradeID () const throw ()
 
void setTradeID (Int64 val) throw ()
 
const Int64 getPrice () const throw ()
 
void setPrice (Int64 val) throw ()
 
const Int32 getQuantity () const throw ()
 
void setQuantity (Int32 val) throw ()
 
const Int64 getTransactDateTime () const throw ()
 
void setTransactDateTime (Int64 val) throw ()
 
const Int64 getDeliveryBeginDateTime () const throw ()
 
void setDeliveryBeginDateTime (Int64 val) throw ()
 
const Int64 getDeliveryEndDateTime () const throw ()
 
void setDeliveryEndDateTime (Int64 val) throw ()
 
const YesNo::Enum getIsSystemPricedLeg () const throw ()
 
void setIsSystemPricedLeg (const YesNo::Enum val) throw ()
 
const Int8 getExtraFlags () const throw ()
 
void setExtraFlags (Int8 val) throw ()
 
- Public Member Functions inherited from IceImpact::MessageHeader
MessageType::Enum getMessageType () const
 
void setMessageType (MessageType::Enum value)
 
i16 getMessageBodyLength () const
 
void setMessageBodyLength (i16 value)
 

Public Attributes

Int32 marketID
 
Int64 tradeID
 
Int64 price
 
Int32 quantity
 
Int64 transactDateTime
 
Int8 extraFlags
 
Int64 deliveryBeginDateTime
 
Int64 deliveryEndDateTime
 
YesNo isSystemPricedLeg
 
- Public Attributes inherited from IceImpact::MessageHeader
MessageType messageType
 
i16 messageBodyLength
 

Static Public Attributes

static const MessageType::Enum TYPE = MessageType::MessageType_SpotTrade
 

Constructor & Destructor Documentation

IceImpact::SpotTrade::SpotTrade ( )
throw (
)
inline
IceImpact::SpotTrade::SpotTrade ( bool  initFields)
throw (
)
inlineexplicit

Member Function Documentation

const Int64 IceImpact::SpotTrade::getDeliveryBeginDateTime ( ) const
throw (
)
inline
const Int64 IceImpact::SpotTrade::getDeliveryEndDateTime ( ) const
throw (
)
inline
const Int8 IceImpact::SpotTrade::getExtraFlags ( ) const
throw (
)
inline
const YesNo::Enum IceImpact::SpotTrade::getIsSystemPricedLeg ( ) const
throw (
)
inline
const Int32 IceImpact::SpotTrade::getMarketID ( ) const
throw (
)
inline
size_t IceImpact::SpotTrade::getMsgLength ( ) const
throw (
)
inline
const Int64 IceImpact::SpotTrade::getPrice ( ) const
throw (
)
inline
const Int32 IceImpact::SpotTrade::getQuantity ( ) const
throw (
)
inline
const Int64 IceImpact::SpotTrade::getTradeID ( ) const
throw (
)
inline
const Int64 IceImpact::SpotTrade::getTransactDateTime ( ) const
throw (
)
inline
void IceImpact::SpotTrade::setDeliveryBeginDateTime ( Int64  val)
throw (
)
inline
void IceImpact::SpotTrade::setDeliveryEndDateTime ( Int64  val)
throw (
)
inline
void IceImpact::SpotTrade::setExtraFlags ( Int8  val)
throw (
)
inline
void IceImpact::SpotTrade::setIsSystemPricedLeg ( const YesNo::Enum  val)
throw (
)
inline
void IceImpact::SpotTrade::setMarketID ( Int32  val)
throw (
)
inline
void IceImpact::SpotTrade::setPrice ( Int64  val)
throw (
)
inline
void IceImpact::SpotTrade::setQuantity ( Int32  val)
throw (
)
inline
void IceImpact::SpotTrade::setTradeID ( Int64  val)
throw (
)
inline
void IceImpact::SpotTrade::setTransactDateTime ( Int64  val)
throw (
)
inline
std::ostream& IceImpact::SpotTrade::toStream ( std::ostream &  os) const
inline
std::string IceImpact::SpotTrade::toString ( ) const
inline

Member Data Documentation

Int64 IceImpact::SpotTrade::deliveryBeginDateTime
Int64 IceImpact::SpotTrade::deliveryEndDateTime
Int8 IceImpact::SpotTrade::extraFlags
YesNo IceImpact::SpotTrade::isSystemPricedLeg
Int32 IceImpact::SpotTrade::marketID
Int64 IceImpact::SpotTrade::price
Int32 IceImpact::SpotTrade::quantity
Int64 IceImpact::SpotTrade::tradeID
Int64 IceImpact::SpotTrade::transactDateTime
const MessageType::Enum IceImpact::SpotTrade::TYPE = MessageType::MessageType_SpotTrade
static