Class TradeConfPartsDef.SalesLegTradeConfirmationFields

    • Method Detail

      • getTraderAllInRate

        @Nullable
        public @Nullable BigDecimal getTraderAllInRate()
        Returns:
        The all-in rate, with no client margin applied to it
      • getTraderFwdPoints

        @Nullable
        public @Nullable BigDecimal getTraderFwdPoints()
        Returns:
        The forward points with no client margin applied to them.
      • getFwdMargin

        @Nullable
        public @Nullable BigDecimal getFwdMargin()
        Returns:
        The Forward margin that the user has selected. This field should be sent raw and unformatted.
      • getAllInMargin

        @Nullable
        public @Nullable BigDecimal getAllInMargin()
        Returns:
        The sales user's selected SpotMargin added to the sales user's selected L1_FwdMargin.
      • getTOBOUser

        @Nullable
        public @Nullable String getTOBOUser()
        Returns:
        The user the trade is on behalf of. For example, if the logged in user dealer1@novobank.co.za wishes to make a trade on behalf of user client@customer.co.za, then the value of this field will be client@customer.co.za.
      • getNumTraderRemarks

        @Nullable
        public @org.jetbrains.annotations.Nullable int getNumTraderRemarks()