MamdaAuctionRecap is an interface that provides access to the currency related fields. More...
#include <MamdaAuctionRecap.h>
Public Member Functions | |
virtual const MamaPrice & | getUncrossPrice () const =0 |
Get the uncross price. | |
virtual mama_quantity_t | getUncrossVolume () const =0 |
Get the uncross volume. | |
virtual MamdaUncrossPriceInd | getUncrossPriceInd () const =0 |
Get the uncross price Ind. | |
virtual const MamaDateTime & | getAuctionTime () const =0 |
Get the auction time. | |
virtual MamdaFieldState | getUncrossPriceFieldState () const =0 |
Get the uncross price fieldState. | |
virtual MamdaFieldState | getUncrossVolumeFieldState () const =0 |
Get the uncross volume fieldState. | |
virtual MamdaFieldState | getUncrossPriceIndFieldState () const =0 |
Get the uncross price ind fieldState. | |
virtual MamdaFieldState | getAuctionTimeFieldState () const =0 |
Get the auction time fieldState. | |
virtual | ~MamdaAuctionRecap () |
![]() | |
virtual const char * | getSymbol () const =0 |
Get the string symbol for the instrument. | |
virtual MamdaFieldState | getSymbolFieldState () const =0 |
Get the string symbol field state for the instrument. | |
virtual const char * | getPartId () const =0 |
Get the participant identifier. | |
virtual MamdaFieldState | getPartIdFieldState () const =0 |
Get the participant identifier field state. | |
virtual const MamaDateTime & | getSrcTime () const =0 |
Get the source time of the update. | |
virtual MamdaFieldState | getSrcTimeFieldState () const =0 |
Get the source time field state. | |
virtual const MamaDateTime & | getActivityTime () const =0 |
Get the activity time of the update. | |
virtual MamdaFieldState | getActivityTimeFieldState () const =0 |
Get the activity time field state. | |
virtual const MamaDateTime & | getLineTime () const =0 |
Get the line time of the update. | |
virtual MamdaFieldState | getLineTimeFieldState () const =0 |
Get the line time field state. | |
virtual const MamaDateTime & | getSendTime () const =0 |
Get the send time of the update. | |
virtual MamdaFieldState | getSendTimeFieldState () const =0 |
Get the send time field state. | |
virtual | ~MamdaBasicRecap () |
Destructor. |
MamdaAuctionRecap is an interface that provides access to the currency related fields.
|
virtual |
|
pure virtual |
Get the uncross price.
Implemented in Wombat::MamdaAuctionListener.
|
pure virtual |
Get the uncross volume.
Implemented in Wombat::MamdaAuctionListener.
|
pure virtual |
Get the uncross price Ind.
Implemented in Wombat::MamdaAuctionListener.
|
pure virtual |
Get the auction time.
Implemented in Wombat::MamdaAuctionListener.
|
pure virtual |
Get the uncross price fieldState.
Implemented in Wombat::MamdaAuctionListener.
|
pure virtual |
Get the uncross volume fieldState.
Implemented in Wombat::MamdaAuctionListener.
|
pure virtual |
Get the uncross price ind fieldState.
Implemented in Wombat::MamdaAuctionListener.
|
pure virtual |
Get the auction time fieldState.
Implemented in Wombat::MamdaAuctionListener.