Class BlotterPartsDef.QuoteBlotterLegFields
java.lang.Object
com.caplin.generated.motif.fx.blotter.BlotterPartsDef.QuoteBlotterLegFields
- All Implemented Interfaces:
BuilderMessage
,Message
- Enclosing class:
- BlotterPartsDef
public static final class BlotterPartsDef.QuoteBlotterLegFields
extends Object
implements BuilderMessage
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull BlotterPartsDef.QuoteBlotterLegFields
static @NotNull BlotterPartsDef.QuoteBlotterLegFields
@Nullable BigDecimal
@Nullable BigDecimal
@Nullable BigDecimal
@Nullable String
@Nullable BigDecimal
@NotNull Map<String,
Collection<String>> @NotNull Map<String,
Collection<String>> @Nullable BigDecimal
@Nullable String
@Nullable String
getTenor()
static @NotNull BlotterPartsDef.QuoteBlotterLegFields.Builder
@NotNull String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.caplin.motif.datasource.BuilderMessage
getFieldFlags, getFlagFields
-
Method Details
-
getAmount
- Returns:
- The amount of a trade or order in the DealtCurrency.
-
getContraAmount
- Returns:
- The amount that is exchanged for the Amount. This will be defined in the contra currency of the DealtCurrency.
-
getAllInRate
- Returns:
- allInRate e.g. 1.091790
-
getFwdPoints
- Returns:
- fwdPoints e.g. 0.001198
-
getAllInMidRate
- Returns:
- The mid rate used in charging customers for accepting banker's acceptances, consisting of the discount interest rate plus the commission.
-
getSettlementDate
- Returns:
- settlementDate
-
getTenor
- Returns:
- Supported types are [ON, [TODAY, TOD, TD], TN, [TOM, ND], SPOT, SN, 1D, 1W, 2W, 3W, 4W, 1M, 2M, 4M, 5M, 6M, 7M, 8M, 9M, 10M, 11M, [1Y, 12M], 15M, 18M, 21M, [2Y, 24M], [3Y, 36M], [4Y, 48M], [5Y, 60M], broken]. 'broken' indicates that the settlement date does not fall onto a tenor.
-
getBuySell
- Returns:
- The direction of the trade or trade leg, from the client's perspective. This always refers to the BaseCurrency, NOT the DealtCurrency.
-
getFields
-
getFieldFlags
- Specified by:
getFieldFlags
in interfaceBuilderMessage
- Returns:
- Get the flags for all fields.
-
getFlagFields
- Specified by:
getFlagFields
in interfaceBuilderMessage
- Returns:
- Get the fields for all flags.
-
toString
-
from
@NotNull public static @NotNull BlotterPartsDef.QuoteBlotterLegFields from(@NotNull @NotNull Map<String, String> fields) -
from
@NotNull public static @NotNull BlotterPartsDef.QuoteBlotterLegFields from(@NotNull @NotNull Map<String, String> fields, @NotNull @NotNull String fieldPrefix) -
newBuilder
-