Class ExecuteOrderPlan


  • public class ExecuteOrderPlan
    extends Plan
    Execute the order by setting execution price and date.
    • Constructor Detail

      • ExecuteOrderPlan

        public ExecuteOrderPlan()
    • Method Detail

      • body

        public void body()
        The body method is called on the instatiated plan instance from the scheduler.
        Specified by:
        body in class Plan