Class QuotePartsDef.AllocationLegFields

    • Method Detail

      • 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>
      • 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. If this field is absent on a leg then the default entity should be presumed.
      • getEntityDescription

        @Nullable
        public @Nullable java.lang.String getEntityDescription()
        Returns:
        The description of a trade on behalf of entity.
      • 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.
      • getFullName

        @Nullable
        public @Nullable java.lang.String getFullName()
        Returns:
        The full name of the user the trade is on behalf of
      • getIsReprice

        @Nullable
        public @Nullable java.lang.Boolean getIsReprice()
        Returns:
        Defines if the leg of an allocation needs to be repriced.
      • getMarkToMarket

        @Nullable
        public @Nullable java.math.BigDecimal getMarkToMarket()
        Returns:
        A signed numerical value which represents a positive or negative cashflow when rolling forward or back a new deal from the original deal
      • getDisplayFields

        @Nullable
        public @Nullable java.lang.String getDisplayFields()
        Returns:
        Configuration for a frontend to display label-value pairs. Use DefaultDisplayFields builders to provide Caplin default and/or custom fields.
      • 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 QuotePartsDef.AllocationLegFields from​(@NotNull
                                                                      @NotNull java.util.Map<java.lang.String,​java.lang.String> fields,
                                                                      @NotNull
                                                                      @NotNull java.lang.String fieldPrefix)