Interface TradeFactory

    • Method Detail

      • create

        Trade create()
        Create a new Trade instance.
        Specified by:
        create in interface Factory<Trade>
        Returns:
        a Trade value
      • create

        Trade create​(Trade inTrade)
        Create a new Trade instance from the given object.
        Specified by:
        create in interface Factory<Trade>
        Parameters:
        inTrade - a Trade value
        Returns:
        a Trade value