Package com.wombat.mamda
Interface MamdaQuoteClosing
-
- All Superinterfaces:
MamdaBasicEvent
- All Known Implementing Classes:
MamdaQuoteListener
public interface MamdaQuoteClosing extends MamdaBasicEvent
MamdaQuoteClosing is an interface that provides access to quote closing related fields.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getAskPartId()
Get the closing ask participant identifier.short
getAskPartIdFieldState()
com.wombat.mama.MamaPrice
getAskPrice()
Get the closing ask price.short
getAskPriceFieldState()
double
getAskSize()
Get the closing ask size.short
getAskSizeFieldState()
java.lang.String
getBidPartId()
Get the closing bid participant identifier.short
getBidPartIdFieldState()
com.wombat.mama.MamaPrice
getBidPrice()
Get the closing bid price.short
getBidPriceFieldState()
double
getBidSize()
Get the closing bid size.short
getBidSizeFieldState()
-
Methods inherited from interface com.wombat.mamda.MamdaBasicEvent
getActivityTime, getActivityTimeFieldState, getEventSeqNum, getEventSeqNumFieldState, getEventTime, getEventTimeFieldState, getSrcTime, getSrcTimeFieldState
-
-
-
-
Method Detail
-
getBidPrice
com.wombat.mama.MamaPrice getBidPrice()
Get the closing bid price.- Returns:
- Today's closing bid price, after the market has closed and the stock has traded today.
-
getBidPriceFieldState
short getBidPriceFieldState()
- Returns:
- the bid price Field State
-
getBidSize
double getBidSize()
Get the closing bid size.- Returns:
- Today's closing bid size, after the market has closed and the stock has traded today.
-
getBidSizeFieldState
short getBidSizeFieldState()
- Returns:
- the bid size Field State
-
getBidPartId
java.lang.String getBidPartId()
Get the closing bid participant identifier.- Returns:
- Today's closing bid participant identifier, after the market has closed and the stock has traded today.
-
getBidPartIdFieldState
short getBidPartIdFieldState()
- Returns:
- the bid part ID Field State
-
getAskPrice
com.wombat.mama.MamaPrice getAskPrice()
Get the closing ask price.- Returns:
- Today's closing ask price, after the market has closed and the stock has traded today.
-
getAskPriceFieldState
short getAskPriceFieldState()
- Returns:
- the ask price Field State
-
getAskSize
double getAskSize()
Get the closing ask size.- Returns:
- Today's closing ask size, after the market has closed and the stock has traded today.
-
getAskSizeFieldState
short getAskSizeFieldState()
- Returns:
- the ask size Field State
-
getAskPartId
java.lang.String getAskPartId()
Get the closing ask participant identifier.- Returns:
- Today's closing ask participant identifier, after the market has closed and the stock has traded today.
-
getAskPartIdFieldState
short getAskPartIdFieldState()
- Returns:
- the ask part ID Field State
-
-