Classes Files

com::wombat::mamda::orderbook::MamdaOrderBookConcreteRecap

More…

Inherits from com.wombat.mamda.MamdaConcreteBasicEvent, com.wombat.mamda.orderbook.MamdaOrderBookRecap, com.wombat.mamda.MamdaBasicEvent, com.wombat.mamda.MamdaBasicRecap

Public Functions

  Name
MamdaOrderBook getOrderBook()
void setBook(MamdaOrderBook book)
MamaDateTime getSendTime()
short getSendTimeFieldState()
void setSendTime(MamaDateTime sendTime)
MamaDateTime getLineTime()
short getLineTimeFieldState()
void setLineTime(MamaDateTime lineTime)
String getPartId()
short getPartIdFieldState()
void setPartId(String partId)
String getSymbol()
short getSymbolFieldState()
void setSymbol(String symbol)

Additional inherited members

Public Functions inherited from com.wombat.mamda.MamdaConcreteBasicEvent

  Name
MamaDateTime getSrcTime()
short getSrcTimeFieldState()
void setSrcTime(MamaDateTime srcTime)
MamaDateTime getActivityTime()
short getActivityTimeFieldState()
void setActivityTime(MamaDateTime activityTime)
MamaDateTime getEventTime()
short getEventTimeFieldState()
void setEventTime(MamaDateTime eventTime)
long getEventSeqNum()
short getEventSeqNumFieldState()
void setEventSeqNum(long eventSeqNum)

Public Functions inherited from com.wombat.mamda.MamdaBasicEvent

  Name
MamaDateTime getSrcTime()
short getSrcTimeFieldState()
MamaDateTime getActivityTime()
short getActivityTimeFieldState()
long getEventSeqNum()
short getEventSeqNumFieldState()
MamaDateTime getEventTime()
short getEventTimeFieldState()

Public Functions inherited from com.wombat.mamda.MamdaBasicRecap

  Name
MamaDateTime getSrcTime()
short getSrcTimeFieldState()
MamaDateTime getActivityTime()
short getActivityTimeFieldState()

Detailed Description

class com::wombat::mamda::orderbook::MamdaOrderBookConcreteRecap;

MamdaOrderBookConcreteRecap is a class that saves information about a full order book image.

Public Functions Documentation

function getOrderBook

inline MamdaOrderBook getOrderBook()

Reimplements: com::wombat::mamda::orderbook::MamdaOrderBookRecap::getOrderBook

Returns a reference to the full orderbook if a full book is being maintained by the MamdaOrderBookListener.

function setBook

inline void setBook(
    MamdaOrderBook book
)

function getSendTime

inline MamaDateTime getSendTime()

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).

Reimplements: com::wombat::mamda::MamdaBasicRecap::getSendTime

Get the send time of the update.

function getSendTimeFieldState

inline short getSendTimeFieldState()

Return: send time Field State

Reimplements: com::wombat::mamda::MamdaBasicRecap::getSendTimeFieldState

function setSendTime

inline void setSendTime(
    MamaDateTime sendTime
)

function getLineTime

inline MamaDateTime getLineTime()

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: com::wombat::mamda::MamdaBasicRecap::getLineTime

Get the line time of the update.

function getLineTimeFieldState

inline short getLineTimeFieldState()

Return: line time Field State

Reimplements: com::wombat::mamda::MamdaBasicRecap::getLineTimeFieldState

function setLineTime

inline void setLineTime(
    MamaDateTime lineTime
)

function getPartId

inline String getPartId()

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: com::wombat::mamda::MamdaBasicRecap::getPartId

Get the participant identifier.

function getPartIdFieldState

inline short getPartIdFieldState()

Return: participant ID Field State

Reimplements: com::wombat::mamda::MamdaBasicRecap::getPartIdFieldState

function setPartId

inline void setPartId(
    String partId
)

function getSymbol

inline String getSymbol()

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

Reimplements: com::wombat::mamda::MamdaBasicRecap::getSymbol

Get the string symbol for the instrument.

function getSymbolFieldState

inline short getSymbolFieldState()

Return: symbol Field State

Reimplements: com::wombat::mamda::MamdaBasicRecap::getSymbolFieldState

function setSymbol

inline void setSymbol(
    String symbol
)

Updated on 2023-03-31 at 15:30:38 +0100