Class TradeConfPartsDef.TimeOptionLegTradeConfirmationFields
java.lang.Object
com.caplin.generated.motif.fx.tradeconfirmation.TradeConfPartsDef.TimeOptionLegTradeConfirmationFields
- All Implemented Interfaces:
BuilderMessage,Message
- Enclosing class:
- TradeConfPartsDef
public static final class TradeConfPartsDef.TimeOptionLegTradeConfirmationFields
extends Object
implements BuilderMessage
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull TradeConfPartsDef.TimeOptionLegTradeConfirmationFieldsstatic @NotNull TradeConfPartsDef.TimeOptionLegTradeConfirmationFields@NotNull Map<String,Collection<String>> @Nullable BigDecimal@NotNull Map<String,Collection<String>> @Nullable BigDecimal@Nullable String@Nullable String@Nullable String@Nullable Stringstatic @NotNull TradeConfPartsDef.TimeOptionLegTradeConfirmationFields.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
-
getFilledAmount
- Returns:
- The amount filled on an order, or the amount filled on a time option trade after performing a drawdown(s).
-
getRemainingAmount
- Returns:
- The amount remaining on a trade or order which can reduce after performing a post trade action/an order is filled.
-
getRiskDate
- Returns:
- The date in the settlement window which yields the lowest client sell price, or the highest client buy price.
-
getRiskTenor
- Returns:
- The tenor in the settlement window which yields the lowest client sell price, or the highest client buy price.
-
getStartDate
- Returns:
- The date of which the time option becomes active from.
-
getStartTenor
- Returns:
- The tenor of which the time option becomes active from.
-
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.TimeOptionLegTradeConfirmationFields from(@NotNull @NotNull Map<String, String> fields) -
from
@NotNull public static @NotNull TradeConfPartsDef.TimeOptionLegTradeConfirmationFields from(@NotNull @NotNull Map<String, String> fields, @NotNull @NotNull String fieldPrefix) -
newBuilder
@NotNull public static @NotNull TradeConfPartsDef.TimeOptionLegTradeConfirmationFields.Builder newBuilder()
-