Interface StrategyUpdateGeneratorSkipper


public interface StrategyUpdateGeneratorSkipper
Allows generator to skip part of initial generation phase.
  • Method Summary

    Modifier and Type Method Description
    boolean skipToRealtimeRequested()
    If this method starts returning true generator calculation might skip to the end.
  • Method Details

    • skipToRealtimeRequested

      boolean skipToRealtimeRequested()
      If this method starts returning true generator calculation might skip to the end. It's especially relevant in replay for simplified indicators in mixed mode