Class FxNdfTrade.Builder

  • All Implemented Interfaces:
    org.joda.beans.BeanBuilder<FxNdfTrade>
    Enclosing class:
    FxNdfTrade

    public static final class FxNdfTrade.Builder
    extends org.joda.beans.impl.direct.DirectFieldsBeanBuilder<FxNdfTrade>
    The bean-builder for FxNdfTrade.
    • Method Detail

      • get

        public Object get​(String propertyName)
        Specified by:
        get in interface org.joda.beans.BeanBuilder<FxNdfTrade>
        Overrides:
        get in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<FxNdfTrade>
      • set

        public FxNdfTrade.Builder set​(org.joda.beans.MetaProperty<?> property,
                                      Object value)
        Specified by:
        set in interface org.joda.beans.BeanBuilder<FxNdfTrade>
        Overrides:
        set in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<FxNdfTrade>
      • info

        public FxNdfTrade.Builder info​(TradeInfo info)
        Sets the additional trade information, defaulted to an empty instance.

        This allows additional information to be attached to the trade.

        Parameters:
        info - the new value, not null
        Returns:
        this, for chaining, not null
      • product

        public FxNdfTrade.Builder product​(FxNdf product)
        Sets the product that was agreed when the trade occurred.

        The product captures the contracted financial details of the trade.

        Parameters:
        product - the new value, not null
        Returns:
        this, for chaining, not null
      • toString

        public String toString()
        Overrides:
        toString in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<FxNdfTrade>