public class ExecutionItemMessage extends HistoricItemMessage
Instances of this class represent a Record Item for the Execution Blotter
Instances of this class should be created using the ExecutionItemMessage.Builder
,
this builder should obtained by invoking one of the following methods:
FXBlotterItemMessageFactory<ExecutionItemMessage.Builder>newItemBuilder(String, String)
FXCachedBlotterMessage<ExecutionItemMessage.Builder>newItemBuilder(String)
Modifier and Type | Class and Description |
---|---|
static class |
ExecutionItemMessage.Builder
Use this class as parameter T when invoking
FXBlotterItemMessageFactory.newItemBuilder(String, String)
or FXCachedBlotterMessage.newItemBuilder(String) |
itemId, record, username
Constructor and Description |
---|
ExecutionItemMessage(String username,
String itemId,
com.caplin.datasource.messaging.record.GenericMessage message)
Deprecated.
You should not be creating instances
of this class. Please see class javadoc to see how the builder for this class
is to be obtained.
|
Modifier and Type | Method and Description |
---|---|
static ExecutionItemMessage.Builder |
builder(String username,
String itemId,
com.caplin.datasource.messaging.record.GenericMessage message)
Creates a builder from the parameters provided.
|
getAllocationStatus, getFarAllInRate, getFarAmount, getFarBuySell, getFarContraAmount, getFarPips, getFarSettlementDate, getFarTenor, getNearAllInRate, getNearAmount, getNearContraAmount, getNearPips, getNearSettlementDate, getNearStartDate, getNearTenor, getSpotRate, getStatus, getSwapPips
getAccount, getCurrencyPair, getDealtCurrency, getExecutionDateTime, getNearBuySell, getOrderID, getSubmittedBy, getSubmittedFor, getTradeDate, getTradeID, getTradingType
copyOf, getField, getFields, getItemID, getRecord, getUsername, isImage, setImage, toString
@Deprecated public ExecutionItemMessage(String username, String itemId, com.caplin.datasource.messaging.record.GenericMessage message)
username
- The username to be used in creating the subject for this itemitemId
- The id to be used in creating the subject for this itemmessage
- The underly DataSource messagepublic static ExecutionItemMessage.Builder builder(String username, String itemId, com.caplin.datasource.messaging.record.GenericMessage message)
username
- The username to be used in creating the subject for this itemitemId
- The id to be used in creating the subject for this itemmessage
- The underly DataSource messageCopyright © 2015 Caplin Systems.