Class ClientCloseTradeEvent
java.lang.Object
com.caplin.generated.motif.fx.trading.rfscore.events.client.ClientCloseTradeEvent
com.caplin.generated.motif.fx.trading.rfs.events.client.ClientCloseTradeEvent
- All Implemented Interfaces:
ExecutionClientFieldSet,LeggedMessage,LeggedMessageRoot,Message
A single event acting on a RFSTrade.
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 RFSTradeEvent is created using the RFSTrade it relates to.
A RFSTradeEvent typically represents a message received from the client or sent by the server. A
message contains a set of fields and values which can be accessed using the
Message.getField(String) method.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.caplin.generated.motif.fx.trading.rfscore.events.client.ClientCloseTradeEvent
getBackingEvent, getCLegs, getFarLeg, getFields, getLegById, getLegById, getLegByIndex, getLegs, getLLegs, getMissedReason, getMissedTime, getMissedTrade, getMissedTradeExecutableFieldsAvailable, getNearLeg, getNumLegs, getULegs, isSwap, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.caplin.generated.motif.fx.trading.fieldsets.ExecutionClientFieldSet
getAllInAskMargin, getAllInAskRate, getAllInBidMargin, getAllInBidRate, getAppID, getAskPips, getAssetClass, getBidPips, getCLegById, getCLegById, getCLegByIndex, getClientAgreementDateTime, getCurrencyPair, getDealtCurrency, getEndDate, getForwardPointsTrader, getIsAdvised, getIsCommercial, getLLegById, getLLegById, getLLegByIndex, getNumCLegs, getNumLLegs, getNumULegs, getPurpose, getQuoteID, getRemarks, getSpotAskMargin, getSpotAskRate, getSpotBidMargin, getSpotBidRate, getSpotTrader, getStartDate, getStreamingMode, getSwapAskMargin, getSwapAskPoints, getSwapBidMargin, getSwapBidPoints, getTOBOUser, getTraderRemarks, getTraderSpotAskRate, getTraderSpotBidRate, getTradingAssetClass, getTradingProtocol, getTradingType, getULegById, getULegById, getULegByIndexMethods inherited from interface com.caplin.motif.datasource.LeggedMessageRoot
getId, getIndex
-
Constructor Details
-
ClientCloseTradeEvent
public ClientCloseTradeEvent(com.caplin.trading.TradeEvent tradeEvent)
-