Inherits from Wombat.MamdaQuoteRecap, Wombat.MamdaBasicRecap
Name | |
---|---|
MamdaConcreteQuoteRecap() | |
void | clear() Clear the recap data |
void | setSymbol(string symbol) |
string | getSymbol() Symbol. This is the “well-known” symbol for the security, including any symbology mapping performed by the publisher. |
MamdaFieldState | getSymbolFieldState() Returns Field State, always MODIFIED |
void | setPartId(string partId) |
string | getPartId() Participant ID. This may be an exchange identifier, a market maker ID, etc., or NULL (if this is not related to any specific participant). |
MamdaFieldState | getPartIdFieldState() Returns Field State, always MODIFIED |
void | setSrcTime(DateTime srcTime) |
DateTime | getSrcTime() Source time. Typically, the exchange generated feed time stamp. This is often the same as the “event time”, because many feeds do not distinguish between the actual event time and when the exchange sent the message. |
MamdaFieldState | getSrcTimeFieldState() Returns Field State, always MODIFIED |
void | setActivityTime(DateTime activityTime) |
DateTime | getActivityTime() Activity time. A feed handler generated time stamp representing when the data item was last updated. |
MamdaFieldState | getActivityTimeFieldState() Returns Field State, always MODIFIED |
void | setLineTime(DateTime lineTime) |
DateTime | getLineTime() Line time. A feed handler (or similar publisher) time stamp representing the time that such publisher received the update message pertaining to the event. If clocks are properly synchronized and the source time (see above) is accurate enough, then the difference between the source time and line time is the latency between the data source and the feed handler. |
MamdaFieldState | getLineTimeFieldState() Returns Field State, always MODIFIED |
void | setSendTime(DateTime sendTime) |
DateTime | getSendTime() Send time. A feed handler (or similar publisher) time stamp representing the time that such publisher sent the current message. The difference between the line time and send time is the latency within the feed handler itself. Also, if clocks are properly synchronized then the difference between the send time and current time is the latency within the market data distribution framework (i.e. MAMA and the underlying middleware). See MAMA API: MamaDateTime::currentTime()). |
MamdaFieldState | getSendTimeFieldState() Returns Field State, always MODIFIED |
void | setPubId(string pubId) |
string | getPubId() |
MamdaFieldState | getPubIdFieldState() Returns Field State, always MODIFIED |
void | setBidPrice(MamaPrice bidPrice) |
MamaPrice | getBidPrice() Get the bid price. |
MamdaFieldState | getBidPriceFieldState() Returns Field State, always MODIFIED |
void | setBidSize(long bidSize) |
long | getBidSize() Get the bid size. |
MamdaFieldState | getBidSizeFieldState() Returns Field State, always MODIFIED |
void | setBidSize(double bidSize) |
void | setBidDepth(double bidDepth) |
double | getBidDepth() |
MamdaFieldState | getBidDepthFieldState() Returns Field State, always MODIFIED |
void | setBidPartId(string partId) |
string | getBidPartId() Get the bid participant identifier. |
MamdaFieldState | getBidPartIdFieldState() Returns Field State, always MODIFIED |
void | setBidClosePrice(MamaPrice bidClosePrice) |
MamaPrice | getBidClosePrice() |
MamdaFieldState | getBidClosePriceFieldState() Returns Field State, always MODIFIED |
void | setBidCloseDate(DateTime bidCloseDate) |
DateTime | getBidCloseDate() |
MamdaFieldState | getBidCloseDateFieldState() Returns Field State, always MODIFIED |
void | setBidPrevClosePrice(MamaPrice bidPrevClosePrice) |
MamaPrice | getBidPrevClosePrice() |
MamdaFieldState | getBidPrevClosePriceFieldState() Returns Field State, always MODIFIED |
void | setBidPrevCloseDate(DateTime bidPrevCloseDate) |
DateTime | getBidPrevCloseDate() |
MamdaFieldState | getBidPrevCloseDateFieldState() Returns Field State, always MODIFIED |
void | setBidHigh(MamaPrice bidHigh) |
MamaPrice | getBidHigh() |
MamdaFieldState | getBidHighFieldState() Returns Field State, always MODIFIED |
void | setBidLow(MamaPrice bidLow) |
MamaPrice | getBidLow() |
MamdaFieldState | FieldState() Returns Field State, always MODIFIED |
void | setAskPrice(MamaPrice askPrice) |
MamaPrice | getAskPrice() Get the ask price. |
MamdaFieldState | getAskPriceFieldState() Returns Field State, always MODIFIED |
void | setQuoteMidPrice(MamaPrice midPrice) |
MamaPrice | getQuoteMidPrice() Get the quote mid price. |
MamdaFieldState | getQuoteMidPriceFieldState() Returns Field State, always MODIFIED |
void | setAskSize(long askSize) |
long | getAskSize() Get the ask size. |
MamdaFieldState | getAskSizeFieldState() Returns Field State, always MODIFIED |
void | setAskSize(double askSize) |
void | setAskDepth(double askDepth) |
double | getAskDepth() |
void | setAskPartId(string askPartId) |
string | getAskPartId() Get the ask participant identifier. |
MamdaFieldState | getAskPartIdFieldState() Returns Field State, always MODIFIED |
void | setAskClosePrice(MamaPrice askClosePrice) |
MamaPrice | getAskClosePrice() |
MamdaFieldState | getAskClosePriceFieldState() Returns Field State, always MODIFIED |
void | setAskCloseDate(DateTime askCloseDate) |
DateTime | getAskCloseDate() |
MamdaFieldState | getAskCloseDateFieldState() Returns Field State, always MODIFIED |
void | setAskPrevClosePrice(MamaPrice askPrevClosePrice) |
MamaPrice | getAskPrevClosePrice() |
MamdaFieldState | getAskPrevClosePriceFieldState() Returns Field State, always MODIFIED |
void | setAskPrevCloseDate(DateTime askPrevCloseDate) |
DateTime | getAskPrevCloseDate() |
MamdaFieldState | getAskPrevCloseDateFieldState() Returns Field State, always MODIFIED |
void | setAskHigh(MamaPrice askHigh) |
MamaPrice | getAskHigh() |
MamdaFieldState | getAskHighFieldState() Returns Field State, always MODIFIED |
void | setAskLow(MamaPrice askLow) |
MamaPrice | getAskLow() |
MamdaFieldState | getAskLowFieldState() Returns Field State, always MODIFIED |
void | setEventSeqNum(long eventSeqNum) |
long | getEventSeqNum() |
MamdaFieldState | getEventSeqNumFieldState() Returns Field State, always MODIFIED |
void | setEventTime(DateTime eventTime) |
DateTime | getEventTime() |
MamdaFieldState | getEventTimeFieldState() Returns Field State, always MODIFIED |
void | setQuoteDate(DateTime quoteDate) |
DateTime | getQuoteDate() |
MamdaFieldState | getQuoteDateFieldState() Returns Field State, always MODIFIED |
void | setQuoteQual(string quoteQualStr) |
string | getQuoteQual() Get the normalized quote qualifier. |
MamdaFieldState | getQuoteQualFieldState() Returns Field State, always MODIFIED |
void | setQuoteQualNative(string quoteQualNative) |
string | getQuoteQualNative() MamdaQuoteUpdate.getQuoteQualNative() |
MamdaFieldState | getQuoteQualNativeFieldState() Returns Field State, always MODIFIED |
void | setTmpQuoteCount(long quoteCount) |
long | getTmpQuoteCount() |
MamdaFieldState | getTmpQuoteCountFieldState() Returns Field State, always MODIFIED |
void | setQuoteCount(long quoteCount) |
long | getQuoteCount() Get the quote count. |
MamdaFieldState | getQuoteCountFieldState() Returns Field State, always MODIFIED |
char | getShortSaleBidTick() MamdaQuoteUpdate.getShortSaleBidTick() |
MamdaFieldState | getShortSaleBidTickFieldState() Returns Field State, always MODIFIED |
void | setShortSaleBidTick(char shortSaleBidTick) |
char | getShortSaleCircuitBreaker() MamdaQuoteUpdate.getShortSaleCircuitBreaker() |
MamdaFieldState | getShortSaleCircuitBreakerFieldState() Returns Field State, always MODIFIED |
void | setShortSaleCircuitBreaker(char shortSaleCircuitBreaker) |
void | setAskTime(DateTime askTime) |
void | setBidTime(DateTime bidTime) |
void | setAskIndicator(string askIndicator) |
void | setBidIndicator(string bidIndicator) |
void | setAskUpdateCount(long askUpdateCount) |
void | setBidUpdateCount(long bidUpdateCount) |
void | setAskYield(double askYield) |
void | setBidYield(double bidYield) |
DateTime | getAskTime() |
MamdaFieldState | getAskTimeFieldState() Returns Field State, always MODIFIED |
DateTime | getBidTime() |
MamdaFieldState | getBidTimeFieldState() Returns Field State, always MODIFIED |
string | getAskIndicator() |
MamdaFieldState | getAskIndicatorFieldState() Returns Field State, always MODIFIED |
string | getBidIndicator() |
MamdaFieldState | getBidIndicatorFieldState() Returns Field State, always MODIFIED |
long | getAskUpdateCount() |
MamdaFieldState | getAskUpdateCountFieldState() Returns Field State, always MODIFIED |
long | getBidUpdateCount() |
MamdaFieldState | getBidUpdateCountFieldState() Returns Field State, always MODIFIED |
double | getAskYield() |
MamdaFieldState | getAskYieldFieldState() Returns Field State, always MODIFIED |
double | getBidYield() |
MamdaFieldState | getBidYieldFieldState() Returns Field State, always MODIFIED |
MamdaConcreteQuoteRecap()
void clear()
Clear the recap data
void setSymbol(
string symbol
)
string getSymbol()
Symbol. This is the “well-known” symbol for the security, including any symbology mapping performed by the publisher.
Reimplements: Wombat::MamdaBasicRecap::getSymbol
MamdaFieldState getSymbolFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
Reimplements: Wombat::MamdaBasicRecap::getSymbolFieldState
void setPartId(
string partId
)
string getPartId()
Participant ID. This may be an exchange identifier, a market maker ID, etc., or NULL (if this is not related to any specific participant).
Reimplements: Wombat::MamdaBasicRecap::getPartId
MamdaFieldState getPartIdFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
Reimplements: Wombat::MamdaBasicRecap::getPartIdFieldState
void setSrcTime(
DateTime srcTime
)
DateTime getSrcTime()
Source time. Typically, the exchange generated feed time stamp. This is often the same as the “event time”, because many feeds do not distinguish between the actual event time and when the exchange sent the message.
Reimplements: Wombat::MamdaBasicRecap::getSrcTime
MamdaFieldState getSrcTimeFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
Reimplements: Wombat::MamdaBasicRecap::getSrcTimeFieldState
void setActivityTime(
DateTime activityTime
)
DateTime getActivityTime()
Activity time. A feed handler generated time stamp representing when the data item was last updated.
Return:
Reimplements: Wombat::MamdaBasicRecap::getActivityTime
MamdaFieldState getActivityTimeFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
Reimplements: Wombat::MamdaBasicRecap::getActivityTimeFieldState
void setLineTime(
DateTime lineTime
)
DateTime getLineTime()
Line time. A feed handler (or similar publisher) time stamp representing the time that such publisher received the update message pertaining to the event. If clocks are properly synchronized and the source time (see above) is accurate enough, then the difference between the source time and line time is the latency between the data source and the feed handler.
Reimplements: Wombat::MamdaBasicRecap::getLineTime
MamdaFieldState getLineTimeFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
Reimplements: Wombat::MamdaBasicRecap::getLineTimeFieldState
void setSendTime(
DateTime sendTime
)
DateTime getSendTime()
Send time. A feed handler (or similar publisher) time stamp representing the time that such publisher sent the current message. The difference between the line time and send time is the latency within the feed handler itself. Also, if clocks are properly synchronized then the difference between the send time and current time is the latency within the market data distribution framework (i.e. MAMA and the underlying middleware). See MAMA API: MamaDateTime::currentTime()).
Reimplements: Wombat::MamdaBasicRecap::getSendTime
MamdaFieldState getSendTimeFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
Reimplements: Wombat::MamdaBasicRecap::getSendTimeFieldState
void setPubId(
string pubId
)
string getPubId()
MamdaFieldState getPubIdFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
void setBidPrice(
MamaPrice bidPrice
)
MamaPrice getBidPrice()
Get the bid price.
Return: 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.
Reimplements: Wombat::MamdaQuoteRecap::getBidPrice
MamdaFieldState getBidPriceFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
Reimplements: Wombat::MamdaQuoteRecap::getBidPriceFieldState
void setBidSize(
long bidSize
)
long getBidSize()
Get the bid size.
Return: Total share size available for the current bid price.
Reimplements: Wombat::MamdaQuoteRecap::getBidSize
MamdaFieldState getBidSizeFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
Reimplements: Wombat::MamdaQuoteRecap::getBidSizeFieldState
void setBidSize(
double bidSize
)
void setBidDepth(
double bidDepth
)
double getBidDepth()
MamdaFieldState getBidDepthFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
void setBidPartId(
string partId
)
string getBidPartId()
Get the bid participant identifier.
Return: The identifier of the market participant (e.g. exchange or market maker) contributing the bid price field.
Reimplements: Wombat::MamdaQuoteRecap::getBidPartId
MamdaFieldState getBidPartIdFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
Reimplements: Wombat::MamdaQuoteRecap::getBidPartIdFieldState
void setBidClosePrice(
MamaPrice bidClosePrice
)
MamaPrice getBidClosePrice()
MamdaFieldState getBidClosePriceFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
void setBidCloseDate(
DateTime bidCloseDate
)
DateTime getBidCloseDate()
MamdaFieldState getBidCloseDateFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
void setBidPrevClosePrice(
MamaPrice bidPrevClosePrice
)
MamaPrice getBidPrevClosePrice()
MamdaFieldState getBidPrevClosePriceFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
void setBidPrevCloseDate(
DateTime bidPrevCloseDate
)
DateTime getBidPrevCloseDate()
MamdaFieldState getBidPrevCloseDateFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
void setBidHigh(
MamaPrice bidHigh
)
MamaPrice getBidHigh()
MamdaFieldState getBidHighFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
void setBidLow(
MamaPrice bidLow
)
MamaPrice getBidLow()
MamdaFieldState FieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
void setAskPrice(
MamaPrice askPrice
)
MamaPrice getAskPrice()
Get the ask price.
Return: 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.
Reimplements: Wombat::MamdaQuoteRecap::getAskPrice
MamdaFieldState getAskPriceFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
Reimplements: Wombat::MamdaQuoteRecap::getAskPriceFieldState
void setQuoteMidPrice(
MamaPrice midPrice
)
MamaPrice getQuoteMidPrice()
Get the quote mid price.
Return: 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.
Reimplements: Wombat::MamdaQuoteRecap::getQuoteMidPrice
MamdaFieldState getQuoteMidPriceFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
void setAskSize(
long askSize
)
long getAskSize()
Get the ask size.
Return: Total share size available for the current ask price.
Reimplements: Wombat::MamdaQuoteRecap::getAskSize
Note: many feeds provide this size in terms of round lots. Wombat may change the behavior of this in the future to represent the exact number of shares.
MamdaFieldState getAskSizeFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
Reimplements: Wombat::MamdaQuoteRecap::getAskSizeFieldState
void setAskSize(
double askSize
)
void setAskDepth(
double askDepth
)
double getAskDepth()
void setAskPartId(
string askPartId
)
string getAskPartId()
Get the ask participant identifier.
Return: The identifier of the market participant (e.g. exchange or market maker) contributing the ask price field.
Reimplements: Wombat::MamdaQuoteRecap::getAskPartId
MamdaFieldState getAskPartIdFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
Reimplements: Wombat::MamdaQuoteRecap::getAskPartIdFieldState
void setAskClosePrice(
MamaPrice askClosePrice
)
MamaPrice getAskClosePrice()
MamdaFieldState getAskClosePriceFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
void setAskCloseDate(
DateTime askCloseDate
)
DateTime getAskCloseDate()
MamdaFieldState getAskCloseDateFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
void setAskPrevClosePrice(
MamaPrice askPrevClosePrice
)
MamaPrice getAskPrevClosePrice()
MamdaFieldState getAskPrevClosePriceFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
void setAskPrevCloseDate(
DateTime askPrevCloseDate
)
DateTime getAskPrevCloseDate()
MamdaFieldState getAskPrevCloseDateFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
void setAskHigh(
MamaPrice askHigh
)
MamaPrice getAskHigh()
MamdaFieldState getAskHighFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
void setAskLow(
MamaPrice askLow
)
MamaPrice getAskLow()
MamdaFieldState getAskLowFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
void setEventSeqNum(
long eventSeqNum
)
long getEventSeqNum()
MamdaFieldState getEventSeqNumFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
void setEventTime(
DateTime eventTime
)
DateTime getEventTime()
MamdaFieldState getEventTimeFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
void setQuoteDate(
DateTime quoteDate
)
DateTime getQuoteDate()
Reimplements: Wombat::MamdaQuoteRecap::getQuoteDate
MamdaFieldState getQuoteDateFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
Reimplements: Wombat::MamdaQuoteRecap::getQuoteDateFieldState
void setQuoteQual(
string quoteQualStr
)
string getQuoteQual()
Get the normalized quote qualifier.
Return: A normalized set of qualifiers for the last quote for the security. This field may contain multiple string values, separated by the colon(:) character. MamdaQuoteUpdate.getQuoteQual
Reimplements: Wombat::MamdaQuoteRecap::getQuoteQual
MamdaFieldState getQuoteQualFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
Reimplements: Wombat::MamdaQuoteRecap::getQuoteQualFieldState
void setQuoteQualNative(
string quoteQualNative
)
string getQuoteQualNative()
MamdaQuoteUpdate.getQuoteQualNative()
Return:
Reimplements: Wombat::MamdaQuoteRecap::getQuoteQualNative
MamdaFieldState getQuoteQualNativeFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
Reimplements: Wombat::MamdaQuoteRecap::getQuoteQualNativeFieldState
void setTmpQuoteCount(
long quoteCount
)
long getTmpQuoteCount()
MamdaFieldState getTmpQuoteCountFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
void setQuoteCount(
long quoteCount
)
long getQuoteCount()
Get the quote count.
Return: The number of quotes generated for this security during the current trading session.
Reimplements: Wombat::MamdaQuoteRecap::getQuoteCount
MamdaFieldState getQuoteCountFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
Reimplements: Wombat::MamdaQuoteRecap::getQuoteCountFieldState
char getShortSaleBidTick()
MamdaQuoteUpdate.getShortSaleBidTick()
Return:
Reimplements: Wombat::MamdaQuoteRecap::getShortSaleBidTick
MamdaFieldState getShortSaleBidTickFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
Reimplements: Wombat::MamdaQuoteRecap::getShortSaleBidTickFieldState
void setShortSaleBidTick(
char shortSaleBidTick
)
char getShortSaleCircuitBreaker()
MamdaQuoteUpdate.getShortSaleCircuitBreaker()
Return:
Reimplements: Wombat::MamdaQuoteRecap::getShortSaleCircuitBreaker
MamdaFieldState getShortSaleCircuitBreakerFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
Reimplements: Wombat::MamdaQuoteRecap::getShortSaleCircuitBreakerFieldState
void setShortSaleCircuitBreaker(
char shortSaleCircuitBreaker
)
void setAskTime(
DateTime askTime
)
void setBidTime(
DateTime bidTime
)
void setAskIndicator(
string askIndicator
)
void setBidIndicator(
string bidIndicator
)
void setAskUpdateCount(
long askUpdateCount
)
void setBidUpdateCount(
long bidUpdateCount
)
void setAskYield(
double askYield
)
void setBidYield(
double bidYield
)
DateTime getAskTime()
Reimplements: Wombat::MamdaQuoteRecap::getAskTime
MamdaFieldState getAskTimeFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
Reimplements: Wombat::MamdaQuoteRecap::getAskTimeFieldState
DateTime getBidTime()
Reimplements: Wombat::MamdaQuoteRecap::getBidTime
MamdaFieldState getBidTimeFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
Reimplements: Wombat::MamdaQuoteRecap::getBidTimeFieldState
string getAskIndicator()
Reimplements: Wombat::MamdaQuoteRecap::getAskIndicator
MamdaFieldState getAskIndicatorFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
Reimplements: Wombat::MamdaQuoteRecap::getAskIndicatorFieldState
string getBidIndicator()
Reimplements: Wombat::MamdaQuoteRecap::getBidIndicator
MamdaFieldState getBidIndicatorFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
Reimplements: Wombat::MamdaQuoteRecap::getBidIndicatorFieldState
long getAskUpdateCount()
Reimplements: Wombat::MamdaQuoteRecap::getAskUpdateCount
MamdaFieldState getAskUpdateCountFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
Reimplements: Wombat::MamdaQuoteRecap::getAskUpdateCountFieldState
long getBidUpdateCount()
Reimplements: Wombat::MamdaQuoteRecap::getBidUpdateCount
MamdaFieldState getBidUpdateCountFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
Reimplements: Wombat::MamdaQuoteRecap::getBidUpdateCountFieldState
double getAskYield()
Reimplements: Wombat::MamdaQuoteRecap::getAskYield
MamdaFieldState getAskYieldFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
Reimplements: Wombat::MamdaQuoteRecap::getAskYieldFieldState
double getBidYield()
Reimplements: Wombat::MamdaQuoteRecap::getBidYield
MamdaFieldState getBidYieldFieldState()
Returns Field State, always MODIFIED
Return: Field State MODIFIED
Reimplements: Wombat::MamdaQuoteRecap::getBidYieldFieldState
Updated on 2023-03-31 at 15:30:12 +0100