Class TradeConfPartsDef.AsianCapFloorTradeConfirmationFields
java.lang.Object
com.caplin.generated.motif.commodities.tradeconfirmation.TradeConfPartsDef.AsianCapFloorTradeConfirmationFields
- All Implemented Interfaces:
BuilderMessage,Message
- Enclosing class:
- TradeConfPartsDef
public static final class TradeConfPartsDef.AsianCapFloorTradeConfirmationFields
extends Object
implements BuilderMessage
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull TradeConfPartsDef.AsianCapFloorTradeConfirmationFieldsstatic @NotNull TradeConfPartsDef.AsianCapFloorTradeConfirmationFields@Nullable StringgetBuyer()@Nullable String@NotNull Map<String,Collection<String>> @NotNull Map<String,Collection<String>> @Nullable BigDecimal@Nullable String@Nullable String@Nullable String@Nullable BigDecimal@Nullable BigDecimalstatic @NotNull TradeConfPartsDef.AsianCapFloorTradeConfirmationFields.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
-
getDirection
- Returns:
- The direction of the trade, from the client's perspective.
-
getTotalQuantity
- Returns:
- The total amounts of the deal breakdown for a premium invoice.
-
getStrike
- Returns:
- The strike price of the commodity deal.
-
getPremium
- Returns:
- premium e.g. 1000
-
getPremiumPaymentDate
- Returns:
- The agreed-upon date by which the buyer must transfer payment to the seller for the commodity delivered.
-
getPremiumPayer
- Returns:
- The identifier for whoever is the premium payer.
-
getBuyer
- Returns:
- The buying entity's identifier.
-
getSeller
- Returns:
- The selling entity's identifier.
-
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 TradeConfPartsDef.AsianCapFloorTradeConfirmationFields from(@NotNull @NotNull Map<String, String> fields) -
from
@NotNull public static @NotNull TradeConfPartsDef.AsianCapFloorTradeConfirmationFields from(@NotNull @NotNull Map<String, String> fields, @NotNull @NotNull String fieldPrefix) -
newBuilder
@NotNull public static @NotNull TradeConfPartsDef.AsianCapFloorTradeConfirmationFields.Builder newBuilder()
-