Package | Description |
---|---|
com.caplin.motif.fx.trading.block.event |
Classes representing the events that can happen during the block trade process.
|
com.caplin.motif.fx.trading.esp.event |
Classes representing the events that can happen during an ESP trade.
|
com.caplin.motif.fx.trading.rfs.event |
Classes representing the events that can happen during an RFS trade.
|
Constructor and Description |
---|
BlockTradeConfirmationEvent(String tradeId,
String tradeDateTime,
BlockTradeNetInfo netInfo,
List<BlockTradeLegConfirmation> legConfirmations)
Constructs a BlockTradeConfirmationEvent event.
|
Modifier and Type | Method and Description |
---|---|
void |
ESPTradeConfirmationEvent.setFixingDate(String fixingDate)
The fixing date if the trade confirmation is for a non deliverable
forward
|
Constructor and Description |
---|
ESPTradeConfirmationEvent(String tradeID,
String spotRate,
String allInRate,
String fwdPips,
String contraAmount,
String tradeDateTime)
Constructs an ESPTradeConfirmationEvent
|
Modifier and Type | Method and Description |
---|---|
void |
RFSTradeConfirmationEvent.setTimeOptionRiskValues(String riskDate,
String riskTenor)
Deprecated.
Please use
RFSTradeConfirmationEvent.LegBuilder.riskDate(String, String) instead. |
Constructor and Description |
---|
RFSTradeConfirmationEvent(String tradeId,
String executionDateTime,
String spotRate,
String nearAllInRate,
String nearFwdPips,
String nearContraAmount)
Deprecated.
Please use
RFSTradeConfirmationEvent.Builder instead, via RFSTradeConfirmationEvent.builder() . |
Copyright © 2015 Caplin Systems.