Class GenericSecurityTrade.Builder

    • Method Detail

      • info

        public GenericSecurityTrade.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
      • quantity

        public GenericSecurityTrade.Builder quantity​(double quantity)
        Sets the quantity that was traded.

        This is the number of contracts that were traded. This will be positive if buying and negative if selling.

        Parameters:
        quantity - the new value
        Returns:
        this, for chaining, not null
      • price

        public GenericSecurityTrade.Builder price​(double price)
        Sets the price that was traded, in decimal form.

        This is the price agreed when the trade occurred.

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

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