Class TradeConfPartsDef.CommonTradeConfirmationFields

    • Method Detail

      • getTradeID

        @Nullable
        public @Nullable java.lang.String getTradeID()
        Returns:
        A unique identifier for this trade
      • getCurrencyPair

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

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

        @Nullable
        public @Nullable java.math.BigDecimal getSpotRate()
        Returns:
        spotRate e.g. 1.08341
      • getSpotMidRate

        @Nullable
        public @Nullable java.math.BigDecimal getSpotMidRate()
        Returns:
        The mid rate between the SpotAskRate and SpotBidRate. Note that this will not always be precisely between.
      • getSpotRateDPS

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

        @Nullable
        public @Nullable java.lang.String getExecutionDateTime()
        Returns:
        executionDateTime e.g. 20160322123621
      • getTradeDate

        @Nullable
        public @Nullable java.lang.String getTradeDate()
        Returns:
        tradeDate e.g. 20160314
      • getAccount

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

        @Nullable
        public @Nullable java.lang.String getTraderUsername()
        Returns:
        The user who entered the trade. This may be on behalf of themselves, or on behalf of someone else. 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 dealer1@novobank.co.za. If the user client@customer.co.za makes a trade on behalf of themselves it will be client@customer.co.za.
      • getTOBOUser

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

        @Nullable
        public @Nullable java.lang.String getEntityId()
        Returns:
        The entity the trade is on behalf of. For example, if the logged in user user1@customer.co.za wishes to make a trade on behalf of entity CUSTONE, then the value of this field will be CUSTONE.
      • getEntityDescription

        @Nullable
        public @Nullable java.lang.String getEntityDescription()
        Returns:
        The description of a trade on behalf of entity.
      • getAssetType

        @Nullable
        public @Nullable java.lang.String getAssetType()
        Returns:
        A grouping of investments that exhibit similar characteristics and are subject to the same laws and regulations. Supported asset types are [FX, PM]
      • getTradingType

        @Nullable
        public @Nullable java.lang.String getTradingType()
        Returns:
        Caplin supported values are [SPOT, FWD, NDF, NDF_FIXING, TIME_OPTION, DRAWDOWN, SWAP, BLOCK]. See the constants defined within com.caplin.motif.fx.trading.FXTradingType for further details.
      • getDigitsBeforePips

        @Nullable
        public @Nullable java.lang.Integer getDigitsBeforePips()
        Returns:
        Precision-related field that tells the client how to display rates. This is the number of digits between the decimal point and the pips (i.e the big digits that the client wants to look at). For most currency pairs the value of this bla will be 2, i.e. for a USDGBP rate of 1.23456 the pips are 45 so there are two digits between the decimal point and the pips. For USDJPY the rate could be 103.256 and the pips are the 25, so in this case the value of DigitsBeforePips should be 0.
      • getNumberOfPips

        @Nullable
        public @Nullable java.lang.Integer getNumberOfPips()
        Returns:
        Precision-related field that tells the client how to display rates. This is the number of pips the client wants to look at. Normally this value is 2.
      • getOrderID

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

        @Nullable
        public @Nullable java.lang.String getWarningCode()
        Returns:
        The code for the warning regarding a quote request.
      • getWarningMessage

        @Nullable
        public @Nullable java.lang.String getWarningMessage()
        Returns:
        The message to display for any warnings regarding a quote request
      • getClient

        @Deprecated
        @Nullable
        public @Nullable java.lang.String getClient()
        Deprecated.
        Returns:
        Client is a duplicate of TOBOUser
      • getCostAmount

        @Nullable
        public @Nullable java.math.BigDecimal getCostAmount()
        Returns:
        The total transactional cost of performing the trade to the client
      • getCostCurrency

        @Nullable
        public @Nullable java.lang.String getCostCurrency()
        Returns:
        The currency that the cost is displayed in, this could be any currency but will typically be set to the Term Currency
      • getCostPercentage

        @Nullable
        public @Nullable java.math.BigDecimal getCostPercentage()
        Returns:
        Percentage of the overall price which is the transactional cost to the client of performing the trade. This number should be out of 100, where 100.0 represents 100%.
      • getCanAllocate

        @Nullable
        public @Nullable java.lang.Boolean getCanAllocate()
        Returns:
        Defines if a user can allocate a trade.
      • getIsAllocated

        @Nullable
        public @Nullable java.lang.Boolean getIsAllocated()
        Returns:
        Define if a trade is already allocated or not
      • getIsReversible

        @Nullable
        public @Nullable java.lang.Boolean getIsReversible()
        Returns:
        Whether a trade can be reversed.
      • getIsAmendable

        @Nullable
        public @Nullable java.lang.Boolean getIsAmendable()
        Returns:
        Whether a trade can be amended.
      • getIsCancellable

        @Nullable
        public @Nullable java.lang.Boolean getIsCancellable()
        Returns:
        Whether a trade can be cancelled.
      • getCostCurrencyDPS

        @Nullable
        public @Nullable java.lang.Integer getCostCurrencyDPS()
        Returns:
        The number of decimal places to display after the decimal point.
      • getRemarks

        @Nullable
        public @Nullable java.lang.String getRemarks()
        Returns:
        The text content of a comment left on a leg of a trade or order.
      • getStreamingMode

        @Nullable
        public @Nullable java.lang.String getStreamingMode()
        Returns:
        Indicates whether the rates/margins of this trade have been manually set
      • getTraderSpotAskRate

        @Nullable
        public @Nullable java.math.BigDecimal getTraderSpotAskRate()
        Returns:
        traderSpotAskRate e.g. 1.08575
      • getTraderSpotBidRate

        @Nullable
        public @Nullable java.math.BigDecimal getTraderSpotBidRate()
        Returns:
        traderSpotBidRate e.g. 1.08575
      • getForceReporting

        @Nullable
        public @Nullable java.lang.Boolean getForceReporting()
        Returns:
        Indicates whether a trade is flagged for reporting
      • 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