Class NotificationsTypesDef.ExecutionNotification

java.lang.Object
com.caplin.generated.motif.fx.notifications.NotificationsTypesDef.ExecutionNotification
All Implemented Interfaces:
BuilderMessage, Message
Enclosing class:
NotificationsTypesDef

public static final class NotificationsTypesDef.ExecutionNotification extends Object implements BuilderMessage
  • Method Details

    • getOrderID

      @Nullable public @Nullable String getOrderID()
      Returns:
      The id of the order.
    • getTradeID

      @Nullable public @Nullable String getTradeID()
      Returns:
      A unique identifier for this trade
    • getExecutionDateTime

      @Nullable public @Nullable String getExecutionDateTime()
      Returns:
      executionDateTime e.g. 20160322123621
    • 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.
    • 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.
    • getCurrencyPair

      @Nullable public @Nullable String getCurrencyPair()
      Returns:
      The currency pair for the trade. For example, EURUSD
    • getDealtCurrency

      @Nullable public @Nullable String getDealtCurrency()
      Returns:
      The currency of the Amount of a trade or order.
    • getAmount

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

      @Nullable public @Nullable BigDecimal getContraAmount()
      Returns:
      The amount that is exchanged for the Amount. This will be defined in the contra currency of the DealtCurrency.
    • getSpotRate

      @Nullable public @Nullable BigDecimal getSpotRate()
      Returns:
      spotRate e.g. 1.08341
    • getSpotRateDPS

      @Nullable public @Nullable Integer getSpotRateDPS()
      Returns:
      The number of decimal places to display after the decimal point.
    • getFwdPoints

      @Nullable public @Nullable BigDecimal getFwdPoints()
      Returns:
      fwdPoints e.g. 0.001198
    • getAllInRate

      @Nullable public @Nullable BigDecimal getAllInRate()
      Returns:
      allInRate e.g. 1.091790
    • getAllInRateDPS

      @Nullable public @Nullable Integer getAllInRateDPS()
      Returns:
      The number of decimal places to display after the decimal point.
    • getForwardPointsDecimalOffset

      @Nullable public @Nullable Integer getForwardPointsDecimalOffset()
      Returns:
      Optional override to determine the number of decimal places to move forward points before displaying them. Should be used if standard display of pips is not desired.
    • 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 NotificationsTypesDef.ExecutionNotification from(@NotNull @NotNull Map<String,String> fields)
    • from

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

      @NotNull public static @NotNull NotificationsTypesDef.ExecutionNotification.Builder newBuilder()