Class TradeDetailsPartsDef.CommonTradeDetailsFields

    • Method Detail

      • 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>
      • 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.
      • getOneWayDirection

        @Nullable
        public @Nullable String getOneWayDirection()
        Returns:
        oneWayDirection
      • getLastActionDateTime

        @Nullable
        public @Nullable Instant getLastActionDateTime()
        Returns:
        The time and date of the last action on an order.
      • getRequestedDateTime

        @Nullable
        public @Nullable Instant getRequestedDateTime()
        Returns:
        requestedDateTime
      • getTraderUsername

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