Classes Files

Wombat::MamdaAuctionUpdate

MamdaAuctionUpdate is an interface that provides access to fields related to quote updates.

Inherits from Wombat.MamdaBasicEvent

Inherited by Wombat.MamdaAuctionListener

Public Functions

  Name
MamaPrice getUncrossPrice()
Get the uncross price.
MamdaFieldState getUncrossPriceFieldState()
Get the field state
double getUncrossVolume()
Get the uncross Volume.
MamdaFieldState getUncrossVolumeFieldState()
Get the field state
long getUncrossPriceInd()
Get the uncross price indicator.
MamdaFieldState getUncrossPriceIndFieldState()
Get the field state

Additional inherited members

Public Functions inherited from Wombat.MamdaBasicEvent

  Name
DateTime getSrcTime()
Returns the source time.
MamdaFieldState getSrcTimeFieldState()
Returns the field state.
DateTime getActivityTime()
MamdaFieldState getActivityTimeFieldState()
Returns the field state.
long getEventSeqNum()
MamdaFieldState getEventSeqNumFieldState()
Returns the field state.
DateTime getEventTime()
MamdaFieldState getEventTimeFieldState()
Returns the field state.

Public Functions Documentation

function getUncrossPrice

MamaPrice getUncrossPrice()

Get the uncross price.

Return: Indicative or firm auction price.

Reimplemented by: Wombat::MamdaAuctionListener::getUncrossPrice

function getUncrossPriceFieldState

MamdaFieldState getUncrossPriceFieldState()

Get the field state

Return: Field State

Reimplemented by: Wombat::MamdaAuctionListener::getUncrossPriceFieldState

function getUncrossVolume

double getUncrossVolume()

Get the uncross Volume.

Return: Indicative Volume or the volume turned over in the auction

Reimplemented by: Wombat::MamdaAuctionListener::getUncrossVolume

function getUncrossVolumeFieldState

MamdaFieldState getUncrossVolumeFieldState()

Get the field state

Return: Field State

Reimplemented by: Wombat::MamdaAuctionListener::getUncrossVolumeFieldState

function getUncrossPriceInd

long getUncrossPriceInd()

Get the uncross price indicator.

Return: The uncross price ind - indicates whether the price and volume is indicative of the current state of the auction or whether its the firm auction price and volume

Reimplemented by: Wombat::MamdaAuctionListener::getUncrossPriceInd

function getUncrossPriceIndFieldState

MamdaFieldState getUncrossPriceIndFieldState()

Get the field state

Return: Field State

Reimplemented by: Wombat::MamdaAuctionListener::getUncrossPriceIndFieldState


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