Inherits from com.wombat.mamda.MamdaConcreteBasicEvent, com.wombat.mamda.orderbook.MamdaOrderBookRecap, com.wombat.mamda.MamdaBasicEvent, com.wombat.mamda.MamdaBasicRecap
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) |
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() |
class com::wombat::mamda::orderbook::MamdaOrderBookConcreteRecap;
MamdaOrderBookConcreteRecap is a class that saves information about a full order book image.
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.
inline void setBook(
MamdaOrderBook book
)
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.
inline short getSendTimeFieldState()
Return: send time Field State
Reimplements: com::wombat::mamda::MamdaBasicRecap::getSendTimeFieldState
inline void setSendTime(
MamaDateTime sendTime
)
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.
inline short getLineTimeFieldState()
Return: line time Field State
Reimplements: com::wombat::mamda::MamdaBasicRecap::getLineTimeFieldState
inline void setLineTime(
MamaDateTime lineTime
)
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.
inline short getPartIdFieldState()
Return: participant ID Field State
Reimplements: com::wombat::mamda::MamdaBasicRecap::getPartIdFieldState
inline void setPartId(
String partId
)
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.
inline short getSymbolFieldState()
Return: symbol Field State
Reimplements: com::wombat::mamda::MamdaBasicRecap::getSymbolFieldState
inline void setSymbol(
String symbol
)
Updated on 2023-03-31 at 15:30:38 +0100