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