Class BlotterPartsDef.MissedTradeLegFields

java.lang.Object
com.caplin.generated.motif.fx.blotter.BlotterPartsDef.MissedTradeLegFields
All Implemented Interfaces:
BuilderMessage, Message
Enclosing class:
BlotterPartsDef

public static final class BlotterPartsDef.MissedTradeLegFields extends Object implements BuilderMessage
  • Method Details

    • getAmount

      @Nullable public @Nullable BigDecimal getAmount()
      Returns:
      The amount of a trade or order in the DealtCurrency.
    • getStartDate

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

      @Nullable public @Nullable String 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.
    • getAllInBidRate

      @Nullable public @Nullable BigDecimal getAllInBidRate()
      Returns:
      The bid rate used in charging customers for accepting banker's acceptances, consisting of the discount interest rate plus the commission.
    • getAllInAskRate

      @Nullable public @Nullable BigDecimal getAllInAskRate()
      Returns:
      The ask rate used in charging customers for accepting banker's acceptances, consisting of the discount interest rate plus the commission.
    • getAllInAskMargin

      @Nullable public @Nullable BigDecimal getAllInAskMargin()
      Returns:
      This field represents the all-in bid rate, with client margin applied to it
    • getAllInBidMargin

      @Nullable public @Nullable BigDecimal getAllInBidMargin()
      Returns:
      This field represents the all-in bid rate, with client margin applied to it
    • 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 BlotterPartsDef.MissedTradeLegFields from(@NotNull @NotNull Map<String,String> fields)
    • from

      @NotNull public static @NotNull BlotterPartsDef.MissedTradeLegFields from(@NotNull @NotNull Map<String,String> fields, @NotNull @NotNull String fieldPrefix)
    • newBuilder

      @NotNull public static @NotNull BlotterPartsDef.MissedTradeLegFields.Builder newBuilder()