Classes Files

com::wombat::mamda::MamdaAuctionRecap

More…

Inherits from com.wombat.mamda.MamdaBasicRecap

Inherited by com.wombat.mamda.MamdaAuctionListener

Public Functions

  Name
MamaPrice getUncrossPrice()
MamaDouble getUncrossVolume()
short getUncrossPriceInd()
short getUncrossPriceFieldState()
short getUncrossVolumeFieldState()
short getUncrossPriceIndFieldState()

Additional inherited members

Public Functions inherited from com.wombat.mamda.MamdaBasicRecap

  Name
String getSymbol()
short getSymbolFieldState()
String getPartId()
short getPartIdFieldState()
MamaDateTime getSrcTime()
short getSrcTimeFieldState()
MamaDateTime getActivityTime()
short getActivityTimeFieldState()
MamaDateTime getLineTime()
short getLineTimeFieldState()
MamaDateTime getSendTime()
short getSendTimeFieldState()

Detailed Description

class com::wombat::mamda::MamdaAuctionRecap;

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

Public Functions Documentation

function getUncrossPrice

MamaPrice getUncrossPrice()

Return: uncross price. The indicative or firm auction price .

Reimplemented by: com::wombat::mamda::MamdaAuctionListener::getUncrossPrice

Get the uncross price.

function getUncrossVolume

MamaDouble getUncrossVolume()

Return: uncross vol. The indicative volume, or the volume turned over in the auction

Reimplemented by: com::wombat::mamda::MamdaAuctionListener::getUncrossVolume

Get the uncross vol.

function getUncrossPriceInd

short getUncrossPriceInd()

Return: uncross price Ind. Indicates whether the Price and Volume is an indicative of the current state of the auction or whether its the (firm) auction price and volume

Reimplemented by: com::wombat::mamda::MamdaAuctionListener::getUncrossPriceInd

Get the uncross price Ind.

function getUncrossPriceFieldState

short getUncrossPriceFieldState()

Return: short. An enumeration representing field state.

Reimplemented by: com::wombat::mamda::MamdaAuctionListener::getUncrossPriceFieldState

Get the uncross price fieldState

function getUncrossVolumeFieldState

short getUncrossVolumeFieldState()

Return: short. An enumeration representing field state.

Reimplemented by: com::wombat::mamda::MamdaAuctionListener::getUncrossVolumeFieldState

Get the uncross vol fieldState

function getUncrossPriceIndFieldState

short getUncrossPriceIndFieldState()

Return: short. An enumeration representing field state.

Reimplemented by: com::wombat::mamda::MamdaAuctionListener::getUncrossPriceIndFieldState

Get the uncross price ind fieldState


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