public class ActivityItemMessage extends FXBaseBlotterItemMessage
Instances of this class represent a Record Item for the Activity Blotter
Instances of this class should be created using the ActivityItemMessage.Builder
,
this builder should obtained by invoking one of the following methods:
FXBlotterItemMessageFactory<ActivityItemMessage.Builder>newItemBuilder(String, String)
FXCachedBlotterMessage<ActivityItemMessage.Builder>newItemBuilder(String)
Modifier and Type | Class and Description |
---|---|
static class |
ActivityItemMessage.Builder
Use this class as parameter T when invoking
FXBlotterItemMessageFactory.newItemBuilder(String, String)
or FXCachedBlotterMessage.newItemBuilder(String) |
itemId, record, username
Constructor and Description |
---|
ActivityItemMessage(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 ActivityItemMessage.Builder |
builder(String username,
String itemId,
com.caplin.datasource.messaging.record.GenericMessage message)
Creates a builder from the parameters provided.
|
String |
getStatus()
The status of this item
|
getAccount, getCurrencyPair, getDealtCurrency, getExecutionDateTime, getNearBuySell, getOrderID, getSubmittedBy, getSubmittedFor, getTradeDate, getTradeID, getTradingType
copyOf, getField, getFields, getItemID, getRecord, getUsername, isImage, setImage, toString
@Deprecated public ActivityItemMessage(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 ActivityItemMessage.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 messagepublic String getStatus()
Copyright © 2015 Caplin Systems.