Package | Description |
---|---|
com.caplin.motif.fx |
Parent package with enumerations that relate to the FX asset class in general.
|
com.caplin.motif.fx.blotter.message |
Messages that can be sent for structural blotter changes and blotter items.
|
com.caplin.motif.fx.calendar |
Classes and interfaces relating to tenor dates and settlement dates.
|
com.caplin.motif.fx.rates |
Classes and interfaces that relate to streaming FX rates.
|
com.caplin.motif.fx.trading |
Parent package with classes that relate to FX trading in general but no specific trading protocol.
|
com.caplin.motif.fx.trading.block |
Classes and interfaces that relate to block trading.
|
Modifier and Type | Field and Description |
---|---|
static Tenor |
Tenor._10M
10 Months.
|
static Tenor |
Tenor._11M
11 Months.
|
static Tenor |
Tenor._15M
15 Months.
|
static Tenor |
Tenor._18M
18 Months.
|
static Tenor |
Tenor._1D
One Day after SPOT.
|
static Tenor |
Tenor._1M
1 Month.
|
static Tenor |
Tenor._1W
1 Week.
|
static Tenor |
Tenor._1Y
1 Year.
|
static Tenor |
Tenor._21M
21 Months.
|
static Tenor |
Tenor._2M
2 Months.
|
static Tenor |
Tenor._2W
2 Weeks.
|
static Tenor |
Tenor._2Y
2 Years.
|
static Tenor |
Tenor._3M
3 Months.
|
static Tenor |
Tenor._3W
3 Weeks.
|
static Tenor |
Tenor._3Y
3 Years.
|
static Tenor |
Tenor._4M
4 Months.
|
static Tenor |
Tenor._4W
4 Weeks
|
static Tenor |
Tenor._4Y
4 Years.
|
static Tenor |
Tenor._5M
5 Months.
|
static Tenor |
Tenor._5Y
5 Years.
|
static Tenor |
Tenor._6M
6 Months.
|
static Tenor |
Tenor._7M
7 months.
|
static Tenor |
Tenor._8M
8 Months.
|
static Tenor |
Tenor._9M
9 Months.
|
static Tenor |
Tenor._BROKEN
Broken Date.
|
static Tenor |
Tenor._ON
Overnight (SWAP Only).
|
static Tenor |
Tenor._SN
Spot Next.
|
static Tenor |
Tenor._SPOT
SPOT.
|
static Tenor |
Tenor._TN
Tomorrow Next (SWAP Only).
|
static Tenor |
Tenor._TODAY
Today.
|
static Tenor |
Tenor._TOM
Tomorrow.
|
Modifier and Type | Method and Description |
---|---|
static Tenor |
Tenor.getValue(String tenorStr)
Parses the specified tenor string (in the format "1M" or "SPOT" etc) into
one of the static Tenor objects.
|
Modifier and Type | Method and Description |
---|---|
static List<Tenor> |
Tenor.values()
Returns a list containing all of the default Tenors defined as fields in this class.
|
Modifier and Type | Method and Description |
---|---|
HistoricItemMessage.Builder |
HistoricItemMessage.Builder.farTenor(Tenor tenor)
Sets the far tenor
|
HistoricItemMessage.Builder |
HistoricItemMessage.Builder.nearTenor(Tenor tenor)
Sets the near tenor
|
Modifier and Type | Method and Description |
---|---|
void |
TenorFixingDateProvider.getFixingDatesForTenorDates(T subjectInfo,
Map<Tenor,String> tenorDates,
Callback<Map<Tenor,String>> callback)
Called by the API to provide fixing dates for tenors.
|
void |
TenorFixingDateProvider.getFixingDatesForTenorDates(T subjectInfo,
Map<Tenor,String> tenorDates,
Callback<Map<Tenor,String>> callback)
Called by the API to provide fixing dates for tenors.
|
void |
CalendarRequestListener.getTenorDates(Callback<Map<Tenor,String>> callback,
String currencyPair)
Deprecated.
Called when a request for tenor dates for the specified currency pair is
made from the frontend.
|
void |
TenorDateRequestListener.getTenorDates(T subjectInfo,
Callback<Map<Tenor,String>> callback)
Called when a request for tenor dates for the specified currency pair is
made from the frontend.
|
Modifier and Type | Field and Description |
---|---|
protected Tenor |
QuoteBuilder.tenor |
Modifier and Type | Method and Description |
---|---|
Tenor |
AbstractLegQuote.getTenor() |
Tenor |
SalesSpotQuoteBuilder.SalesSpotQuoteImpl.getTenor() |
Tenor |
LegQuote.getTenor()
Gets the tenor for this quote.
|
Modifier and Type | Method and Description |
---|---|
T |
QuoteBuilder.tenor(Tenor tenor)
Sets the tenor for the quote.
|
Modifier and Type | Method and Description |
---|---|
abstract Tenor |
FXTradeLeg.getStartTenor()
Returns the tenor at which the start date for a time option should be
submitted against.
|
Tenor |
FXExecutionTradeLeg.getStartTenor() |
abstract Tenor |
FXTradeLeg.getTenor()
Returns the tenor at which the leg should be executed.
|
Tenor |
FXExecutionTradeLeg.getTenor() |
Modifier and Type | Method and Description |
---|---|
Tenor |
BlockTradeLeg.getStartTenor() |
Tenor |
BlockTradeLeg.getTenor() |
Copyright © 2015 Caplin Systems.