Class TradeDetailsPartsDef.LegTradeDetailsFields

java.lang.Object
com.caplin.generated.motif.fx.tradedetails.TradeDetailsPartsDef.LegTradeDetailsFields
All Implemented Interfaces:
BuilderMessage, Message
Enclosing class:
TradeDetailsPartsDef

public static final class TradeDetailsPartsDef.LegTradeDetailsFields extends Object implements BuilderMessage
  • Method Details

    • getAmount

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

      @Nullable public @Nullable String getSettlementDate()
      Returns:
      settlementDate
    • getTenor

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

      @Nullable public @Nullable String getBuySell()
      Returns:
      The direction of the trade or trade leg, from the client's perspective. This always refers to the BaseCurrency, NOT the DealtCurrency.
    • getAccount

      @Nullable public @Nullable String getAccount()
      Returns:
      The account a trade or order has been submitted against. The format is <description>|<name> or <name>|<name>
    • getIsTimeOption

      @Nullable public @Nullable Boolean getIsTimeOption()
      Returns:
      true if a leg is time-option
    • getStartDate

      @Nullable public @Nullable String getStartDate()
      Returns:
      startDate e.g. 20150620
    • getStartTenor

      @Nullable public @Nullable String getStartTenor()
      Returns:
      startTenor e.g. 1W
    • 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 TradeDetailsPartsDef.LegTradeDetailsFields from(@NotNull @NotNull Map<String,String> fields)
    • from

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

      @NotNull public static @NotNull TradeDetailsPartsDef.LegTradeDetailsFields.Builder newBuilder()