#include <MamdaCurrencyUpdate.h>
Inherits from Wombat::MamdaBasicEvent
Inherited by Wombat::MamdaCurrencyListener
Name | |
---|---|
virtual const MamaPrice & | getBidPrice() const =0 |
virtual const MamaPrice & | getAskPrice() const =0 |
virtual MamdaFieldState | getBidPriceFieldState() const =0 |
virtual MamdaFieldState | getAskPriceFieldState() const =0 |
virtual | ~MamdaCurrencyUpdate() |
Public Functions inherited from Wombat::MamdaBasicEvent
Name | |
---|---|
virtual const char * | getSymbol() const =0 |
virtual MamdaFieldState | getSymbolFieldState() const =0 |
virtual const char * | getPartId() const =0 |
virtual MamdaFieldState | getPartIdFieldState() const =0 |
virtual mama_seqnum_t | getEventSeqNum() const =0 |
virtual MamdaFieldState | getEventSeqNumFieldState() const =0 |
virtual const MamaDateTime & | getEventTime() const =0 |
virtual MamdaFieldState | getEventTimeFieldState() const =0 |
virtual const MamaDateTime & | getSrcTime() const =0 |
virtual MamdaFieldState | getSrcTimeFieldState() const =0 |
virtual const MamaDateTime & | getActivityTime() const =0 |
virtual MamdaFieldState | getActivityTimeFieldState() const =0 |
virtual const MamaDateTime & | getLineTime() const =0 |
virtual MamdaFieldState | getLineTimeFieldState() const =0 |
virtual const MamaDateTime & | getSendTime() const =0 |
virtual MamdaFieldState | getSendTimeFieldState() const =0 |
virtual const MamaMsgQual & | getMsgQual() const =0 |
virtual MamdaFieldState | getMsgQualFieldState() const =0 |
virtual | ~MamdaBasicEvent() |
class Wombat::MamdaCurrencyUpdate;
MamdaCurrencyUpdate is an interface that provides access to the currency related fields.
virtual const MamaPrice & getBidPrice() const =0
Return: Bid price. The highest price that the representative party/group is willing to pay to buy the security.
Reimplemented by: Wombat::MamdaCurrencyListener::getBidPrice
Get the currency bid price.
virtual const MamaPrice & getAskPrice() const =0
Return: Ask price. The lowest price that the representative party/group is willing to take to sell the security.
Reimplemented by: Wombat::MamdaCurrencyListener::getAskPrice
Get the currency ask price.
virtual MamdaFieldState getBidPriceFieldState() const =0
Return: MamdaFieldState. An enumeration representing field state.
Reimplemented by: Wombat::MamdaCurrencyListener::getBidPriceFieldState
Get the quote ask price fieldState
virtual MamdaFieldState getAskPriceFieldState() const =0
Return: MamdaFieldState. An enumeration representing field state.
Reimplemented by: Wombat::MamdaCurrencyListener::getAskPriceFieldState
Get the quote ask price fieldState
inline virtual ~MamdaCurrencyUpdate()
Updated on 2023-03-31 at 15:29:57 +0100