Package com.wombat.mamda
Interface MamdaTradeCorrection
-
- All Superinterfaces:
MamdaBasicEvent
- All Known Implementing Classes:
MamdaTradeListener
public interface MamdaTradeCorrection extends MamdaBasicEvent
MamdaTradeCorrection is an interface that provides access to fields related to trade corrections.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCorrCondition()
Get corrected trade condition.short
getCorrConditionFieldState()
java.lang.String
getCorrPartId()
Get the corrected trade participant identifier.short
getCorrPartIdFieldState()
double
getCorrPrice()
Get the corrected trade price.short
getCorrPriceFieldState()
java.lang.String
getCorrQual()
Get corrected trade qualifier.short
getCorrQualFieldState()
java.lang.String
getCorrQualNative()
Get corrected trade condition.short
getCorrQualNativeFieldState()
long
getCorrSellersSaleDays()
Get the corrected trade sellers days.short
getCorrSellersSaleDaysFieldState()
char
getCorrShortSaleCircuitBreaker()
getShortSaleCircuitBreaker Returns the ShortSaleCircuitBreakershort
getCorrShortSaleCircuitBreakerFieldState()
char
getCorrStopStock()
Get the original stock stop indicator.short
getCorrStopStockFieldState()
java.lang.String
getCorrTradeId()
Get the corrected trade id.short
getCorrTradeIdFieldState()
double
getCorrVolume()
Get the corrected trade volume.short
getCorrVolumeFieldState()
java.lang.String
getOrigCondition()
Get original trade condition.short
getOrigConditionFieldState()
java.lang.String
getOrigPartId()
Get the original trade participant identifier.short
getOrigPartIdFieldState()
double
getOrigPrice()
Get the original trade price.short
getOrigPriceFieldState()
java.lang.String
getOrigQual()
Get original trade qualifier.short
getOrigQualFieldState()
java.lang.String
getOrigQualNative()
Get original trade qualifier (non normalized).short
getOrigQualNativeFieldState()
long
getOrigSellersSaleDays()
Get the original trade sellers days.short
getOrigSellersSaleDaysFieldState()
long
getOrigSeqNum()
Get the original trade sequence number.short
getOrigSeqNumFieldState()
char
getOrigStopStock()
Get the original stock stop indicator.short
getOrigStopStockFieldState()
java.lang.String
getOrigTradeId()
short
getOrigTradeIdFieldState()
double
getOrigVolume()
Get the original trade volume.short
getOrigVolumeFieldState()
-
Methods inherited from interface com.wombat.mamda.MamdaBasicEvent
getActivityTime, getActivityTimeFieldState, getEventSeqNum, getEventSeqNumFieldState, getEventTime, getEventTimeFieldState, getSrcTime, getSrcTimeFieldState
-
-
-
-
Method Detail
-
getOrigSeqNum
long getOrigSeqNum()
Get the original trade sequence number.- See Also:
MamdaBasicEvent.getEventSeqNum()
-
getOrigSeqNumFieldState
short getOrigSeqNumFieldState()
- Returns:
- Returns the OrigSeqNum Field State.
-
getOrigPrice
double getOrigPrice()
Get the original trade price.- See Also:
MamdaTradeReport.getTradePrice()
-
getOrigPriceFieldState
short getOrigPriceFieldState()
- Returns:
- Returns the OrigPrice Field State.
-
getOrigVolume
double getOrigVolume()
Get the original trade volume.- See Also:
MamdaTradeReport.getTradeVolume()
-
getOrigVolumeFieldState
short getOrigVolumeFieldState()
- Returns:
- Returns the OrigVolume Field State.
-
getOrigPartId
java.lang.String getOrigPartId()
Get the original trade participant identifier.- See Also:
MamdaTradeReport.getTradePartId()
-
getOrigPartIdFieldState
short getOrigPartIdFieldState()
- Returns:
- Returns the OrigPartId Field State.
-
getOrigQual
java.lang.String getOrigQual()
Get original trade qualifier.- See Also:
MamdaTradeReport.getTradeQual()
-
getOrigQualFieldState
short getOrigQualFieldState()
- Returns:
- Returns the OrigQual Field State.
-
getOrigQualNative
java.lang.String getOrigQualNative()
Get original trade qualifier (non normalized).- See Also:
MamdaTradeReport.getTradeQual()
-
getOrigQualNativeFieldState
short getOrigQualNativeFieldState()
- Returns:
- Returns the OrigQualNative Field State.
-
getOrigCondition
java.lang.String getOrigCondition()
Get original trade condition.- See Also:
MamdaTradeReport.getTradeCondition()
-
getOrigConditionFieldState
short getOrigConditionFieldState()
- Returns:
- Returns the OrigCondition Field State.
-
getOrigSellersSaleDays
long getOrigSellersSaleDays()
Get the original trade sellers days.
-
getOrigSellersSaleDaysFieldState
short getOrigSellersSaleDaysFieldState()
- Returns:
- Returns the OrigSellersSaleDays Field State.
-
getOrigStopStock
char getOrigStopStock()
Get the original stock stop indicator.- See Also:
MamdaTradeReport.getTradeStopStock()
-
getOrigStopStockFieldState
short getOrigStopStockFieldState()
- Returns:
- Returns the OrigStopStock FieldState.
-
getOrigTradeId
java.lang.String getOrigTradeId()
- Returns:
- Returns the OrigTradeId.
-
getOrigTradeIdFieldState
short getOrigTradeIdFieldState()
- Returns:
- Returns the OrigPartId Field State.
-
getCorrTradeId
java.lang.String getCorrTradeId()
Get the corrected trade id.
-
getCorrTradeIdFieldState
short getCorrTradeIdFieldState()
- Returns:
- Returns the CorrTradeId Field State.
-
getCorrPrice
double getCorrPrice()
Get the corrected trade price.- See Also:
MamdaTradeReport.getTradePrice()
-
getCorrPriceFieldState
short getCorrPriceFieldState()
- Returns:
- Returns the CorrPrice Field State.
-
getCorrVolume
double getCorrVolume()
Get the corrected trade volume.- See Also:
MamdaTradeReport.getTradeVolume()
-
getCorrVolumeFieldState
short getCorrVolumeFieldState()
- Returns:
- Returns the CorrVolume Field State.
-
getCorrPartId
java.lang.String getCorrPartId()
Get the corrected trade participant identifier.- See Also:
MamdaTradeReport.getTradePartId()
-
getCorrPartIdFieldState
short getCorrPartIdFieldState()
- Returns:
- Returns the CorrPartId Field State.
-
getCorrQual
java.lang.String getCorrQual()
Get corrected trade qualifier.- See Also:
MamdaTradeReport.getTradeQual()
-
getCorrQualFieldState
short getCorrQualFieldState()
- Returns:
- Returns the CorrQual Field State.
-
getCorrQualNative
java.lang.String getCorrQualNative()
Get corrected trade condition.- See Also:
MamdaTradeReport.getTradeCondition()
-
getCorrQualNativeFieldState
short getCorrQualNativeFieldState()
- Returns:
- Returns the CorrQualNative Field State.
-
getCorrCondition
java.lang.String getCorrCondition()
Get corrected trade condition.- See Also:
MamdaTradeReport.getTradeCondition()
-
getCorrConditionFieldState
short getCorrConditionFieldState()
- Returns:
- Returns the CorrCondition Field State.
-
getCorrSellersSaleDays
long getCorrSellersSaleDays()
Get the corrected trade sellers days.
-
getCorrSellersSaleDaysFieldState
short getCorrSellersSaleDaysFieldState()
- Returns:
- Returns the CorrSellersSaleDays Field State.
-
getCorrStopStock
char getCorrStopStock()
Get the original stock stop indicator.- See Also:
MamdaTradeReport.getTradeStopStock()
-
getCorrStopStockFieldState
short getCorrStopStockFieldState()
- Returns:
- Returns the CorrStopStock Field State.
-
getCorrShortSaleCircuitBreaker
char getCorrShortSaleCircuitBreaker()
getShortSaleCircuitBreaker Returns the ShortSaleCircuitBreaker- Returns:
- ShortSaleCircuitBreaker
- See Also:
MamdaTradeReport#getCorrShortSaleCircuitBreaker()
-
getCorrShortSaleCircuitBreakerFieldState
short getCorrShortSaleCircuitBreakerFieldState()
- Returns:
- Returns the FieldState, always MODIFIED.
-
-