public class HistoricItemMessage extends FXBaseBlotterItemMessage
Instances of this class represent a Record Item for the Historic Blotter
Instances of this class should be created using the HistoricItemMessage.Builder
,
this builder should obtained by invoking one of the following methods:
FXBlotterItemMessageFactory<HistoricItemMessage.Builder>newItemBuilder(String, String)
FXCachedBlotterMessage<HistoricItemMessage.Builder>newItemBuilder(String)
Modifier and Type | Class and Description |
---|---|
static class |
HistoricItemMessage.Builder
Use this class as parameter T when invoking
FXBlotterItemMessageFactory.newItemBuilder(String, String)
or FXCachedBlotterMessage.newItemBuilder(String) |
itemId, record, username
Constructor and Description |
---|
HistoricItemMessage(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 HistoricItemMessage.Builder |
builder(String username,
String itemId,
com.caplin.datasource.messaging.record.GenericMessage message)
Creates a builder from the parameters provided.
|
String |
getAllocationStatus()
Returns the allocation status
|
String |
getFarAllInRate()
Returns the far all-in rate
|
String |
getFarAmount()
Returns the far amount
|
String |
getFarBuySell()
Returns the far BuySell
|
String |
getFarContraAmount()
Returns The far contra amount
|
String |
getFarPips()
Returns The far pips
|
String |
getFarSettlementDate()
Returns the far settlement date
|
String |
getFarTenor()
Returns the far tenor
|
String |
getNearAllInRate()
Returns the near all in rate
|
String |
getNearAmount()
Returns the near amount
|
String |
getNearContraAmount()
Returns the near contra amount
|
String |
getNearPips()
Returns the near pips
|
String |
getNearSettlementDate()
Returns the settlement date for the near leg.
|
String |
getNearStartDate()
Returns the start date for a time option.
|
String |
getNearTenor()
Returns the near tenor
|
String |
getSpotRate()
Returns the spot rate
|
String |
getStatus()
Returns the status
|
String |
getSwapPips()
Returns the swap pips
|
getAccount, getCurrencyPair, getDealtCurrency, getExecutionDateTime, getNearBuySell, getOrderID, getSubmittedBy, getSubmittedFor, getTradeDate, getTradeID, getTradingType
copyOf, getField, getFields, getItemID, getRecord, getUsername, isImage, setImage, toString
@Deprecated public HistoricItemMessage(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 HistoricItemMessage.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 getSpotRate()
public String getNearAmount()
public String getNearAllInRate()
public String getNearPips()
public String getNearContraAmount()
public String getNearStartDate()
public String getNearSettlementDate()
public String getNearTenor()
public String getFarAmount()
public String getFarAllInRate()
public String getFarPips()
public String getFarContraAmount()
public String getFarTenor()
public String getFarSettlementDate()
public String getFarBuySell()
public String getSwapPips()
public String getStatus()
public String getAllocationStatus()
Copyright © 2015 Caplin Systems.