Classes Files

com::wombat::mamda::MamdaAuctionUpdate

More…

Inherits from com.wombat.mamda.MamdaBasicEvent

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.MamdaBasicEvent

  Name
MamaDateTime getSrcTime()
short getSrcTimeFieldState()
MamaDateTime getActivityTime()
short getActivityTimeFieldState()
long getEventSeqNum()
short getEventSeqNumFieldState()
MamaDateTime getEventTime()
short getEventTimeFieldState()

Detailed Description

class com::wombat::mamda::MamdaAuctionUpdate;

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: Ask price. 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