MamdaCurrencyRecap is an interface that provides access to the currency related fields. More...
#include <MamdaCurrencyRecap.h>
Public Member Functions | |
| virtual const MamaPrice & | getBidPrice () const =0 |
| Get the currency bid price. More... | |
| virtual const MamaPrice & | getAskPrice () const =0 |
| Get the currency ask price. More... | |
| virtual MamdaFieldState | getBidPriceFieldState () const =0 |
| Get the quote ask price fieldState. More... | |
| virtual MamdaFieldState | getAskPriceFieldState () const =0 |
| Get the quote ask price fieldState. More... | |
| virtual | ~MamdaCurrencyRecap () |
Public Member Functions inherited from Wombat::MamdaBasicRecap | |
| virtual const char * | getSymbol () const =0 |
| Get the string symbol for the instrument. More... | |
| virtual MamdaFieldState | getSymbolFieldState () const =0 |
| Get the string symbol field state for the instrument. More... | |
| virtual const char * | getPartId () const =0 |
| Get the participant identifier. More... | |
| virtual MamdaFieldState | getPartIdFieldState () const =0 |
| Get the participant identifier field state. More... | |
| virtual const MamaDateTime & | getSrcTime () const =0 |
| Get the source time of the update. More... | |
| virtual MamdaFieldState | getSrcTimeFieldState () const =0 |
| Get the source time field state. More... | |
| virtual const MamaDateTime & | getActivityTime () const =0 |
| Get the activity time of the update. More... | |
| virtual MamdaFieldState | getActivityTimeFieldState () const =0 |
| Get the activity time field state. More... | |
| virtual const MamaDateTime & | getLineTime () const =0 |
| Get the line time of the update. More... | |
| virtual MamdaFieldState | getLineTimeFieldState () const =0 |
| Get the line time field state. More... | |
| virtual const MamaDateTime & | getSendTime () const =0 |
| Get the send time of the update. More... | |
| virtual MamdaFieldState | getSendTimeFieldState () const =0 |
| Get the send time field state. More... | |
| virtual | ~MamdaBasicRecap () |
| Destructor. More... | |
MamdaCurrencyRecap is an interface that provides access to the currency related fields.
|
pure virtual |
Get the currency bid price.
Implemented in Wombat::MamdaCurrencyListener.
|
pure virtual |
Get the currency ask price.
Implemented in Wombat::MamdaCurrencyListener.
|
pure virtual |
Get the quote ask price fieldState.
Implemented in Wombat::MamdaCurrencyListener.
|
pure virtual |
Get the quote ask price fieldState.
Implemented in Wombat::MamdaCurrencyListener.