Class StrategiesActionCache

java.lang.Object
com.strategyquant.tradinglib.StrategiesActionCache

public class StrategiesActionCache extends Object
The Class StrategiesActionCache.
  • Constructor Details

    • StrategiesActionCache

      public StrategiesActionCache()
  • Method Details

    • cutFrom

      public static void cutFrom(Databank databank, String[] strategyNames) throws Exception
      Cut from.
      Parameters:
      databank - the databank
      strategyNames - the strategy names
      Throws:
      Exception - the exception
    • copyFrom

      public static void copyFrom(Databank databank, String[] strategyNames) throws Exception
      Copy from.
      Parameters:
      databank - the databank
      strategyNames - the strategy names
      Throws:
      Exception - the exception
    • pasteTo

      public static void pasteTo(Databank databank) throws Exception
      Paste to.
      Parameters:
      databank - the databank
      Throws:
      Exception - the exception