Classes Files

Wombat::MamdaConcreteBasicEvent

More…

#include <MamdaConcreteBasicEvent.h>

Inherits from Wombat::MamdaBasicEvent

Public Functions

  Name
  MamdaConcreteBasicEvent()
virtual ~MamdaConcreteBasicEvent()
virtual const char * getSymbol() const
virtual const char * getPartId() const
virtual mama_seqnum_t getEventSeqNum() const
virtual const MamaDateTime & getEventTime() const
virtual const MamaDateTime & getSrcTime() const
virtual const MamaDateTime & getActivityTime() const
virtual const MamaDateTime & getLineTime() const
virtual const MamaDateTime & getSendTime() const
virtual const MamaMsgQual & getMsgQual() const
virtual MamdaFieldState getSymbolFieldState() const
virtual MamdaFieldState getPartIdFieldState() const
virtual MamdaFieldState getEventSeqNumFieldState() const
virtual MamdaFieldState getEventTimeFieldState() const
virtual MamdaFieldState getSrcTimeFieldState() const
virtual MamdaFieldState getActivityTimeFieldState() const
virtual MamdaFieldState getLineTimeFieldState() const
virtual MamdaFieldState getSendTimeFieldState() const
virtual MamdaFieldState getMsgQualFieldState() const
virtual void setSymbol(const char * value)
virtual void setPartId(const char * value)
virtual void setEventSeqNum(mama_seqnum_t value)
virtual void setEventTime(const MamaDateTime & value)
virtual void setSrcTime(const MamaDateTime & value)
virtual void setActivityTime(const MamaDateTime & value)
virtual void setLineTime(const MamaDateTime & value)
virtual void setSendTime(const MamaDateTime & value)
virtual void setMsgQual(const MamaMsgQual & value)

Additional inherited members

Public Functions inherited from Wombat::MamdaBasicEvent

  Name
virtual ~MamdaBasicEvent()

Detailed Description

class Wombat::MamdaConcreteBasicEvent;

MamdaConcreteBasicEvent is intended to be used to help implement concrete versions of various classes derived from MamdaBasicEvent.

Public Functions Documentation

function MamdaConcreteBasicEvent

MamdaConcreteBasicEvent()

Constructor.

function ~MamdaConcreteBasicEvent

virtual ~MamdaConcreteBasicEvent()

Destructor.

function getSymbol

virtual const char * getSymbol() const

Return: Symbol. This is the “well-known” symbol for the security, including any symbology mapping performed by the publisher.

Reimplements: Wombat::MamdaBasicEvent::getSymbol

Get the instruments string symbol.

function getPartId

virtual const char * getPartId() const

Return: Participant ID. This may be an exchange identifier, a market maker ID, etc., or NULL (if this is not related to any specific participant).

Reimplements: Wombat::MamdaBasicEvent::getPartId

Get the participant identifier.

function getEventSeqNum

virtual mama_seqnum_t getEventSeqNum() const

Return: Source sequence number. The exchange generated sequence number.

Reimplements: Wombat::MamdaBasicEvent::getEventSeqNum

Get the event sequence number.

function getEventTime

virtual const MamaDateTime & getEventTime() const

Return: Event time. Typically, when the event actually occurred. This is often the same as the “source time”, because many feeds do not distinguish between the actual event time and when the exchange sent the message.

Reimplements: Wombat::MamdaBasicEvent::getEventTime

Get the event time.

function getSrcTime

virtual const MamaDateTime & getSrcTime() const

Return: Source time. Typically, the exchange generated feed time stamp. This is often the same as the “event time”, because many feeds do not distinguish between the actual event time and when the exchange sent the message.

Reimplements: Wombat::MamdaBasicEvent::getSrcTime

Get the source time.

function getActivityTime

virtual const MamaDateTime & getActivityTime() const

Return: Activity time. A feed handler generated time stamp representing when the data item was last updated.

Reimplements: Wombat::MamdaBasicEvent::getActivityTime

Get the activity time.

function getLineTime

virtual const MamaDateTime & getLineTime() const

Return: Line time. A feed handler (or similar publisher) time stamp representing the time that such publisher received the update message pertaining to the event. If clocks are properly synchronized and the source time (see above) is accurate enough, then the difference between the source time and line time is the latency between the data source and the feed handler.

Reimplements: Wombat::MamdaBasicEvent::getLineTime

Get the line time.

function getSendTime

virtual const MamaDateTime & getSendTime() const

Return: Send time. A feed handler (or similar publisher) time stamp representing the time that such publisher sent the current message. The difference between the line time and send time is the latency within the feed handler itself. Also, if clocks are properly synchronized then the difference between the send time and current time is the latency within the market data distribution framework (i.e. MAMA and the underlying middleware). See MAMA API: MamaDateTime::currentTime()).

Reimplements: Wombat::MamdaBasicEvent::getSendTime

Get the send time.

function getMsgQual

virtual const MamaMsgQual & getMsgQual() const

Return: Message Qualifier. The message qualifier provides information in relation to messages duplicate, delayed or out-of-sequence status.

Reimplements: Wombat::MamdaBasicEvent::getMsgQual

Get the message qualifier.

function getSymbolFieldState

virtual MamdaFieldState getSymbolFieldState() const

Return: MamdaFieldState. An enumeration representing field state.

Reimplements: Wombat::MamdaBasicEvent::getSymbolFieldState

Get the string symbol field state

function getPartIdFieldState

virtual MamdaFieldState getPartIdFieldState() const

Return: MamdaFieldState. An enumeration representing field state.

Reimplements: Wombat::MamdaBasicEvent::getPartIdFieldState

Get the participant identifier field state.

function getEventSeqNumFieldState

virtual MamdaFieldState getEventSeqNumFieldState() const

Return: MamdaFieldState. An enumeration representing field state.

Reimplements: Wombat::MamdaBasicEvent::getEventSeqNumFieldState

Get the event sequence number field state.

function getEventTimeFieldState

virtual MamdaFieldState getEventTimeFieldState() const

Return: MamdaFieldState. An enumeration representing field state.

Reimplements: Wombat::MamdaBasicEvent::getEventTimeFieldState

Get the event time field state.

function getSrcTimeFieldState

virtual MamdaFieldState getSrcTimeFieldState() const

Return: MamdaFieldState. An enumeration representing field state.

Reimplements: Wombat::MamdaBasicEvent::getSrcTimeFieldState

Get the source time field state

function getActivityTimeFieldState

virtual MamdaFieldState getActivityTimeFieldState() const

Return: MamdaFieldState. An enumeration representing field state.

Reimplements: Wombat::MamdaBasicEvent::getActivityTimeFieldState

Get the activity time field state

function getLineTimeFieldState

virtual MamdaFieldState getLineTimeFieldState() const

Return: MamdaFieldState. An enumeration representing field state.

Reimplements: Wombat::MamdaBasicEvent::getLineTimeFieldState

Get the line time of the update.

function getSendTimeFieldState

virtual MamdaFieldState getSendTimeFieldState() const

Return: MamdaFieldState. An enumeration representing field state.

Reimplements: Wombat::MamdaBasicEvent::getSendTimeFieldState

Get the send time field state

function getMsgQualFieldState

virtual MamdaFieldState getMsgQualFieldState() const

Return: Message Qualifier. The message qualifier provides information in relation to messages duplicate, delayed or out-of-sequence status.

Reimplements: Wombat::MamdaBasicEvent::getMsgQualFieldState

Get the message qualifier field state.

function setSymbol

virtual void setSymbol(
    const char * value
)

function setPartId

virtual void setPartId(
    const char * value
)

function setEventSeqNum

virtual void setEventSeqNum(
    mama_seqnum_t value
)

function setEventTime

virtual void setEventTime(
    const MamaDateTime & value
)

function setSrcTime

virtual void setSrcTime(
    const MamaDateTime & value
)

function setActivityTime

virtual void setActivityTime(
    const MamaDateTime & value
)

function setLineTime

virtual void setLineTime(
    const MamaDateTime & value
)

function setSendTime

virtual void setSendTime(
    const MamaDateTime & value
)

function setMsgQual

virtual void setMsgQual(
    const MamaMsgQual & value
)

Updated on 2023-03-31 at 15:29:57 +0100