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
  • Method Details

    • getFilledAmount

      @Nullable public @Nullable BigDecimal getFilledAmount()
      Returns:
      The amount filled on an order, or the amount filled on a time option trade after performing a drawdown(s).
    • getRemainingAmount

      @Nullable public @Nullable BigDecimal getRemainingAmount()
      Returns:
      The amount remaining on a trade or order which can reduce after performing a post trade action/an order is filled.
    • getRiskDate

      @Nullable public @Nullable String getRiskDate()
      Returns:
      The date in the settlement window which yields the lowest client sell price, or the highest client buy price.
    • getRiskTenor

      @Nullable public @Nullable String getRiskTenor()
      Returns:
      The tenor in the settlement window which yields the lowest client sell price, or the highest client buy price.
    • getStartDate

      @Nullable public @Nullable String getStartDate()
      Returns:
      The date of which the time option becomes active from.
    • getStartTenor

      @Nullable public @Nullable String getStartTenor()
      Returns:
      The tenor of which the time option becomes active from.
    • getFields

      @NotNull public @NotNull Map<String,String> getFields()
      Specified by:
      getFields in interface Message
    • getFieldFlags

      @NotNull public @NotNull Map<String,Collection<String>> getFieldFlags()
      Specified by:
      getFieldFlags in interface BuilderMessage
      Returns:
      Get the flags for all fields.
    • getFlagFields

      @NotNull public @NotNull Map<String,Collection<String>> getFlagFields()
      Specified by:
      getFlagFields in interface BuilderMessage
      Returns:
      Get the fields for all flags.
    • toString

      @NotNull public @NotNull String toString()
      Overrides:
      toString in class Object
    • 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()