Interface ITradeStep


  • public interface ITradeStep
    Base interface for the trade steps that define how the trade strategy works.
    • Method Detail

      • execute

        boolean execute()
        Execute the trade step.
        Returns:
        true if the next step can be executed on completion or if the execution is triggered by the arrival of the ship in the next port.