Class BlockSuperTypes

java.lang.Object
com.strategyquant.tradinglib.BlockSuperTypes

public class BlockSuperTypes extends Object
The Class BlockSuperTypes.
  • Field Details

  • Constructor Details

    • BlockSuperTypes

      public BlockSuperTypes()
  • Method Details

    • translate

      public static int translate(String value)
      Translate.
      Parameters:
      value - the value
      Returns:
      the int
    • translate

      public static String translate(int value)
      Translate.
      Parameters:
      value - the value
      Returns:
      the string
    • isBooleanBlock

      public static boolean isBooleanBlock(int superType)
      Checks if is boolean block.
      Parameters:
      superType - the super type
      Returns:
      true, if is boolean block