Class TradeDetailsPartsDef.InterventionDetailsFields

    • Method Detail

      • getInterventionStatus

        @Nullable
        public @Nullable java.lang.String getInterventionStatus()
        Returns:
        interventionStatus
      • getDealable

        @Nullable
        public @Nullable java.lang.Boolean getDealable()
        Returns:
        dealable
      • getPricingMode

        @Nullable
        public @Nullable java.lang.String getPricingMode()
        Returns:
        pricingMode
      • getCompetition

        @Nullable
        public @Nullable java.lang.String getCompetition()
        Returns:
        competition
      • getReason

        @Nullable
        public @Nullable java.lang.String getReason()
        Returns:
        reason
      • getTradeRequestID

        @Nullable
        public @Nullable java.lang.String getTradeRequestID()
        Returns:
        tradeRequestID
      • getSource

        @Nullable
        public @Nullable java.lang.String getSource()
        Returns:
        source
      • getTrader

        @Nullable
        public @Nullable java.lang.String getTrader()
        Returns:
        trader
      • 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