Classes Files

com::wombat::mamda::MamdaQuoteClosing

More…

Inherits from com.wombat.mamda.MamdaBasicEvent

Inherited by com.wombat.mamda.MamdaQuoteListener

Public Functions

  Name
MamaPrice getBidPrice()
short getBidPriceFieldState()
double getBidSize()
short getBidSizeFieldState()
String getBidPartId()
short getBidPartIdFieldState()
MamaPrice getAskPrice()
short getAskPriceFieldState()
double getAskSize()
short getAskSizeFieldState()
String getAskPartId()
short getAskPartIdFieldState()

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::MamdaQuoteClosing;

MamdaQuoteClosing is an interface that provides access to quote closing related fields.

Public Functions Documentation

function getBidPrice

MamaPrice getBidPrice()

Return: Today’s closing bid price, after the market has closed and the stock has traded today.

Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getBidPrice

Get the closing bid price.

function getBidPriceFieldState

short getBidPriceFieldState()

Return: the bid price Field State

Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getBidPriceFieldState

function getBidSize

double getBidSize()

Return: Today’s closing bid size, after the market has closed and the stock has traded today.

Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getBidSize

Get the closing bid size.

function getBidSizeFieldState

short getBidSizeFieldState()

Return: the bid size Field State

Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getBidSizeFieldState

function getBidPartId

String getBidPartId()

Return: Today’s closing bid participant identifier, after the market has closed and the stock has traded today.

Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getBidPartId

Get the closing bid participant identifier.

function getBidPartIdFieldState

short getBidPartIdFieldState()

Return: the bid part ID Field State

Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getBidPartIdFieldState

function getAskPrice

MamaPrice getAskPrice()

Return: Today’s closing ask price, after the market has closed and the stock has traded today.

Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getAskPrice

Get the closing ask price.

function getAskPriceFieldState

short getAskPriceFieldState()

Return: the ask price Field State

Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getAskPriceFieldState

function getAskSize

double getAskSize()

Return: Today’s closing ask size, after the market has closed and the stock has traded today.

Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getAskSize

Get the closing ask size.

function getAskSizeFieldState

short getAskSizeFieldState()

Return: the ask size Field State

Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getAskSizeFieldState

function getAskPartId

String getAskPartId()

Return: Today’s closing ask participant identifier, after the market has closed and the stock has traded today.

Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getAskPartId

Get the closing ask participant identifier.

function getAskPartIdFieldState

short getAskPartIdFieldState()

Return: the ask part ID Field State

Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getAskPartIdFieldState


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