Class NotificationsTypesDef.OrderEntryNotification

    • Method Detail

      • getOrderID

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

        @Nullable
        public @Nullable java.lang.String getOrderStatus()
        Returns:
        Caplin supported statuses are [PENDING-ACCEPT, PENDING-ACTIVATION, ACTIVE, PARENT-ACTIVE, PENDING-DEACTIVATION, DEACTIVATED, EXPIRED, COMPLETED, REJECTED, PENDING-CANCEL, CANCELLED, CANCELLED-BY-PARTNER]
      • getCurrencyPair

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

        @Nullable
        public @Nullable java.lang.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.
      • getLimitPrice

        @Nullable
        public @Nullable java.math.BigDecimal getLimitPrice()
        Returns:
        The price at which a leg should fill.
      • getDealtCurrency

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

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

        @Nullable
        public @Nullable java.lang.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.
      • getFields

        @NotNull
        public @NotNull java.util.Map<java.lang.String,​java.lang.String> getFields()
        Specified by:
        getFields in interface Message
      • getFieldFlags

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

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

        @NotNull
        public @NotNull java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • from

        @NotNull
        public static @NotNull NotificationsTypesDef.OrderEntryNotification from​(@NotNull
                                                                                 @NotNull java.util.Map<java.lang.String,​java.lang.String> fields,
                                                                                 @NotNull
                                                                                 @NotNull java.lang.String fieldPrefix)