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
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull BlotterPartsDef.QuoteBlotterLegFieldsstatic @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 StringgetTenor()static @NotNull BlotterPartsDef.QuoteBlotterLegFields.Builder@NotNull StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
- The final client rate that is made up of the spot rate + any additional costs or adjustments such as swap points or margin.
-
getFwdPoints
- Returns:
- The number of pips to be added or subtracted from the spot rate to form the forward rate.
-
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:
- The date on which the two currencies in the FX trade are exchanged. Can be a tenor or a broken date, i.e. SPOT or 20160314.
-
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:
getFieldFlagsin interfaceBuilderMessage- Returns:
- Get the flags for all fields.
-
getFlagFields
- Specified by:
getFlagFieldsin 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
-