Package | Description |
---|---|
com.caplin.motif.fx.blotter.message |
Messages that can be sent for structural blotter changes and blotter items.
|
com.caplin.motif.fx.blotter.type |
Classes relating to the four default blotters in the FX Motif.
|
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) |
Modifier and Type | Method and Description |
---|---|
HistoricItemMessage.Builder |
HistoricItemMessage.Builder.allocationStatus(String allocationStatus)
Sets the allocation status
|
static HistoricItemMessage.Builder |
HistoricItemMessage.builder(String username,
String itemId,
com.caplin.datasource.messaging.record.GenericMessage message)
Creates a builder from the parameters provided.
|
HistoricItemMessage.Builder |
HistoricItemMessage.Builder.farAllInRate(String allInRate)
Sets the far all in rate
|
HistoricItemMessage.Builder |
HistoricItemMessage.Builder.farAmount(String amount)
Sets the far amount
|
HistoricItemMessage.Builder |
HistoricItemMessage.Builder.farBuySell(BuySell buySell)
Sets the far BuySell
|
HistoricItemMessage.Builder |
HistoricItemMessage.Builder.farContraAmount(String contraAmount)
Sets the far contra amount
|
HistoricItemMessage.Builder |
HistoricItemMessage.Builder.farPips(String pips)
Sets the far fwd pips
|
HistoricItemMessage.Builder |
HistoricItemMessage.Builder.farSettlementDate(String settlementDate)
Sets the far settlement date
|
HistoricItemMessage.Builder |
HistoricItemMessage.Builder.farTenor(Tenor tenor)
Sets the far tenor
|
HistoricItemMessage.Builder |
HistoricItemMessage.Builder.nearAllInRate(String allInRate)
Sets the all in rate
|
HistoricItemMessage.Builder |
HistoricItemMessage.Builder.nearAmount(String amount)
Sets the amount
|
HistoricItemMessage.Builder |
HistoricItemMessage.Builder.nearContraAmount(String contraAmount)
Sets the near contra amount
|
HistoricItemMessage.Builder |
HistoricItemMessage.Builder.nearPips(String pips)
Sets the near forward pips
|
HistoricItemMessage.Builder |
HistoricItemMessage.Builder.nearSettlementDate(String settlementDate)
Sets the near settlement date
|
HistoricItemMessage.Builder |
HistoricItemMessage.Builder.nearStartDate(String nearStartDate)
Sets the start date for a time option.
|
HistoricItemMessage.Builder |
HistoricItemMessage.Builder.nearTenor(Tenor tenor)
Sets the near tenor
|
HistoricItemMessage.Builder |
HistoricItemMessage.Builder.spotRate(String rate)
Sets the spot rate
|
HistoricItemMessage.Builder |
HistoricItemMessage.Builder.status(String status)
Sets the status
|
HistoricItemMessage.Builder |
HistoricItemMessage.Builder.swapPips(String pips)
Sets the swap pips
|
Modifier and Type | Method and Description |
---|---|
HistoricItemMessage.Builder |
HistoricBlotter.newItemBuilder(String username,
String itemId,
com.caplin.datasource.messaging.record.GenericMessage record)
Deprecated.
Scheduled for removal. You should not invoke this method yourself to create the builder, please see javadoc for
HistoricItemMessage.Builder
on how to create an instance of this builder. |
Copyright © 2015 Caplin Systems.