Class RejectAckTradeEvent
java.lang.Object
com.caplin.generated.motif.mm.trading.mmcapitalincrease.events.server.RejectAckTradeEvent
- All Implemented Interfaces:
MMPostTradeServerFieldSet
,Message
A single event acting on a MMCapitalIncreaseTrade.
The event may be client generated and received through the respective RFSTradeListener interface or it may be generated by custom code to be sent to the client.
A MMCapitalIncreaseTradeEvent is created using the MMCapitalIncreaseTrade
it relates to.
A MMCapitalIncreaseTradeEvent represents a message sent by the server.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds a field to this Event.void
Adds a map of fields and their values to this eventcom.caplin.trading.TradeEvent
void
setInitialTimestamp
(Date date) Sets LTY_INIT_TS field to this TradeEvent.toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.caplin.generated.motif.mm.trading.fieldsets.MMPostTradeServerFieldSet
setCurrency, setIncreasedAmount, setMaturityDate, setOriginalAmount, setPrincipalAmount, setRolledAmount, setStartDate, setTradeID, setTradingType
-
Constructor Details
-
RejectAckTradeEvent
-
RejectAckTradeEvent
-
-
Method Details
-
getFields
-
addField
Adds a field to this Event.- Specified by:
addField
in interfaceMMPostTradeServerFieldSet
- Parameters:
fieldName
- The name of the field to add.value
- The value of the field to add. If the value is a BigDecimal then it will be converted to aString
usingBigDecimal.toPlainString()
-
addFields
Adds a map of fields and their values to this event- Parameters:
fields
- A map of field names to values to be added to the event. If the value is a BigDecimal then it will be converted to aString
usingBigDecimal.toPlainString()
-
setInitialTimestamp
Sets LTY_INIT_TS field to this TradeEvent.- Parameters:
date
- The time the LTY_INIT_TS field will be set to.
-
getBackingEvent
public com.caplin.trading.TradeEvent getBackingEvent()- Returns:
- Get the
TradeEvent
backing this event
-
toString
-