m2etis
0.4
|
#include <DetMergeOrderInfo.h>
Classes | |
struct | Timestamp |
represents a timestamp More... | |
Public Types | |
typedef boost::shared_ptr< DetMergeOrderInfo > | Ptr |
typedef struct m2etis::message::DetMergeOrderInfo::Timestamp | Timestamp |
represents a timestamp More... | |
typedef boost::shared_ptr< Timestamp > | timestamp_p |
Public Member Functions | |
DetMergeOrderInfo () | |
DetMergeOrderInfo (const DetMergeOrderInfo &other) | |
bool | operator< (const DetMergeOrderInfo &other) const |
compares two orderinfos by their timestamp More... | |
Static Public Member Functions | |
static bool | doSerialize (ActionType t) |
don't serialise this for SUB and UNSUB msgs More... | |
Public Attributes | |
timestamp_p | ts |
timestamp for this OrderInfo More... | |
Friends | |
class | boost::serialization::access |
Definition at line 37 of file DetMergeOrderInfo.h.
typedef boost::shared_ptr<DetMergeOrderInfo> m2etis::message::DetMergeOrderInfo< Config >::Ptr |
Definition at line 39 of file DetMergeOrderInfo.h.
typedef struct m2etis::message::DetMergeOrderInfo::Timestamp m2etis::message::DetMergeOrderInfo< Config >::Timestamp |
represents a timestamp
typedef boost::shared_ptr<Timestamp> m2etis::message::DetMergeOrderInfo< Config >::timestamp_p |
Definition at line 110 of file DetMergeOrderInfo.h.
|
inline |
Definition at line 112 of file DetMergeOrderInfo.h.
|
inline |
Definition at line 114 of file DetMergeOrderInfo.h.
|
inlinestatic |
don't serialise this for SUB and UNSUB msgs
Definition at line 44 of file DetMergeOrderInfo.h.
|
inline |
compares two orderinfos by their timestamp
Definition at line 119 of file DetMergeOrderInfo.h.
|
friend |
Definition at line 129 of file DetMergeOrderInfo.h.
timestamp_p m2etis::message::DetMergeOrderInfo< Config >::ts |
timestamp for this OrderInfo
Definition at line 126 of file DetMergeOrderInfo.h.