Package com.wombat.mamda
Interface MamdaQuoteRecap
-
- All Superinterfaces:
MamdaBasicRecap
- All Known Implementing Classes:
MamdaQuoteListener
public interface MamdaQuoteRecap extends MamdaBasicRecap
MamdaQuoteRecap is an interface that provides access to quote related fields.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetAskDepth()shortgetAskDepthFieldState()java.lang.StringgetAskIndicator()shortgetAskIndicatorFieldState()java.lang.StringgetAskPartId()Get the ask participant identifier.shortgetAskPartIdFieldState()com.wombat.mama.MamaPricegetAskPrice()Get the ask price.shortgetAskPriceFieldState()doublegetAskSize()Get the ask size.shortgetAskSizeFieldState()java.lang.StringgetAskSizesList()shortgetAskSizesListFieldState()com.wombat.mama.MamaDateTimegetAskTime()shortgetAskTimeFieldState()longgetAskUpdateCount()shortgetAskUpdateCountFieldState()doublegetAskYield()shortgetAskYieldFieldState()doublegetBidDepth()shortgetBidDepthFieldState()java.lang.StringgetBidIndicator()shortgetBidIndicatorFieldState()java.lang.StringgetBidPartId()Get the bid participant identifier.shortgetBidPartIdFieldState()com.wombat.mama.MamaPricegetBidPrice()Get the bid price.shortgetBidPriceFieldState()doublegetBidSize()Get the bid size.shortgetBidSizeFieldState()java.lang.StringgetBidSizesList()shortgetBidSizesListFieldState()com.wombat.mama.MamaDateTimegetBidTime()shortgetBidTimeFieldState()longgetBidUpdateCount()shortgetBidUpdateCountFieldState()doublegetBidYield()shortgetBidYieldFieldState()com.wombat.mama.MamaDateTimegetEventDate()Date corresponding to the last quote, as reported by the feed.shortgetEventDateFieldState()com.wombat.mama.MamaDateTimegetEventTime()Time corresponding to the last quote, as reported by the feed.shortgetEventTimeFieldState()longgetQuoteCount()Get the quote count.shortgetQuoteCountFieldState()com.wombat.mama.MamaPricegetQuoteMidPrice()Get the quote mid price.shortgetQuoteMidPriceFieldState()java.lang.StringgetQuoteQual()Get the normalized quote qualifier.shortgetQuoteQualFieldState()java.lang.StringgetQuoteQualNative()shortgetQuoteQualNativeFieldState()chargetShortSaleBidTick()shortgetShortSaleBidTickFieldState()chargetShortSaleCircuitBreaker()getShortSaleCircuitBreaker Returns the ShortSaleCircuitBreakershortgetShortSaleCircuitBreakerFieldState()-
Methods inherited from interface com.wombat.mamda.MamdaBasicRecap
getActivityTime, getActivityTimeFieldState, getLineTime, getLineTimeFieldState, getPartId, getPartIdFieldState, getSendTime, getSendTimeFieldState, getSrcTime, getSrcTimeFieldState, getSymbol, getSymbolFieldState
-
-
-
-
Method Detail
-
getBidPrice
com.wombat.mama.MamaPrice getBidPrice()
Get the bid price.- Returns:
- Bid price. The highest price that the representative party/group is willing to pay to buy the security. For most feeds, this size is represented in round lots.
-
getBidPriceFieldState
short getBidPriceFieldState()
- Returns:
- the bid price Field State
-
getBidSize
double getBidSize()
Get the bid size.- Returns:
- Total share size available for the current bid price.
-
getBidSizeFieldState
short getBidSizeFieldState()
- Returns:
- the bid size Field State
-
getBidPartId
java.lang.String getBidPartId()
Get the bid participant identifier.- Returns:
- The identifier of the market participant (e.g. exchange or market maker) contributing the bid price field.
-
getBidPartIdFieldState
short getBidPartIdFieldState()
- Returns:
- the bid part ID Field State
-
getEventDate
com.wombat.mama.MamaDateTime getEventDate()
Date corresponding to the last quote, as reported by the feed.
-
getEventDateFieldState
short getEventDateFieldState()
- Returns:
- event date Field State
-
getEventTime
com.wombat.mama.MamaDateTime getEventTime()
Time corresponding to the last quote, as reported by the feed.
-
getEventTimeFieldState
short getEventTimeFieldState()
- Returns:
- the event time Field State
-
getAskPrice
com.wombat.mama.MamaPrice getAskPrice()
Get the ask price.- Returns:
- Ask price. The lowest price that the representative party/group is willing to take to sell the security. For most feeds, this size is represented in round lots.
-
getAskPriceFieldState
short getAskPriceFieldState()
- Returns:
- the ask price Field State
-
getAskSize
double getAskSize()
Get the ask size.- Returns:
- Total share size available for the current ask price.
-
getAskSizeFieldState
short getAskSizeFieldState()
- Returns:
- the ask size Field State
-
getAskPartId
java.lang.String getAskPartId()
Get the ask participant identifier.- Returns:
- The identifier of the market participant (e.g. exchange or market maker) contributing the ask price field.
-
getAskPartIdFieldState
short getAskPartIdFieldState()
- Returns:
- the ask part ID Field State
-
getQuoteMidPrice
com.wombat.mama.MamaPrice getQuoteMidPrice()
Get the quote mid price.- Returns:
- The mid price of the current quote. Usually, this is the average of the bid and ask prices, but some exchanges provide this field explicitly (e.g. LSE).
-
getQuoteMidPriceFieldState
short getQuoteMidPriceFieldState()
- Returns:
- the quote mid price Field State
-
getQuoteCount
long getQuoteCount()
Get the quote count.- Returns:
- The number of quotes generated for this security during the current trading session.
-
getQuoteCountFieldState
short getQuoteCountFieldState()
- Returns:
- the quote count Field State
-
getQuoteQual
java.lang.String getQuoteQual()
Get the normalized quote qualifier.- Returns:
- A normalized set of qualifiers for the last quote for the security. This field may contain multiple string values, separated by the colon(:) character.
- See Also:
MamdaQuoteUpdate.getQuoteQual()
-
getQuoteQualFieldState
short getQuoteQualFieldState()
- Returns:
- the quote qual Field State
-
getQuoteQualNative
java.lang.String getQuoteQualNative()
- See Also:
MamdaQuoteUpdate.getQuoteQualNative()
-
getQuoteQualNativeFieldState
short getQuoteQualNativeFieldState()
- Returns:
- the quote qual native Field State
-
getShortSaleBidTick
char getShortSaleBidTick()
- See Also:
MamdaQuoteUpdate.getShortSaleBidTick()
-
getShortSaleBidTickFieldState
short getShortSaleBidTickFieldState()
- Returns:
- the short sale bid tick Field State
-
getShortSaleCircuitBreaker
char getShortSaleCircuitBreaker()
getShortSaleCircuitBreaker Returns the ShortSaleCircuitBreaker- Returns:
- ShortSaleCircuitBreaker
- See Also:
MamdaQuoteUpdate.getShortSaleCircuitBreaker()
-
getShortSaleCircuitBreakerFieldState
short getShortSaleCircuitBreakerFieldState()
- Returns:
- Returns the FieldState, always MODIFIED.
-
getAskTime
com.wombat.mama.MamaDateTime getAskTime()
-
getAskTimeFieldState
short getAskTimeFieldState()
- Returns:
- the ask time Field State
-
getBidTime
com.wombat.mama.MamaDateTime getBidTime()
-
getBidTimeFieldState
short getBidTimeFieldState()
- Returns:
- the bid time Field State
-
getAskIndicator
java.lang.String getAskIndicator()
-
getAskIndicatorFieldState
short getAskIndicatorFieldState()
- Returns:
- the ask indicator Field State
-
getBidIndicator
java.lang.String getBidIndicator()
-
getBidIndicatorFieldState
short getBidIndicatorFieldState()
- Returns:
- the bid indicator Field State
-
getAskUpdateCount
long getAskUpdateCount()
-
getAskUpdateCountFieldState
short getAskUpdateCountFieldState()
- Returns:
- the ask update count Field State
-
getBidUpdateCount
long getBidUpdateCount()
-
getBidUpdateCountFieldState
short getBidUpdateCountFieldState()
- Returns:
- the bid update count Field State
-
getAskYield
double getAskYield()
-
getAskYieldFieldState
short getAskYieldFieldState()
- Returns:
- the ask yield Field State
-
getBidYield
double getBidYield()
-
getBidYieldFieldState
short getBidYieldFieldState()
- Returns:
- the bid yield Field State
-
getAskDepth
double getAskDepth()
- Returns:
- the quote bid depth
-
getBidDepth
double getBidDepth()
- Returns:
- the quote bid depth
-
getAskDepthFieldState
short getAskDepthFieldState()
- Returns:
- the ask depth Field State
-
getBidDepthFieldState
short getBidDepthFieldState()
- Returns:
- the bid depth Field State
-
getBidSizesList
java.lang.String getBidSizesList()
-
getBidSizesListFieldState
short getBidSizesListFieldState()
- Returns:
- the bid sizes list Field State
-
getAskSizesList
java.lang.String getAskSizesList()
-
getAskSizesListFieldState
short getAskSizesListFieldState()
- Returns:
- the ask sizes list Field State
-
-