Class ExecutionType


  • public final class ExecutionType
    extends java.lang.Object

    The ExecutionType determines how order should be executed.

    The common execution types can be accessed as public constants.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String BENCHMARK
      The "Benchmark" execution type
      static java.lang.String CALL_ORDER
      The "Call Order" execution type
      static java.lang.String MARKET
      The "Market" execution type
      static java.lang.String PEGGED
      The "Pegged" execution type
      static java.lang.String STOP_LOSS
      The "Stop Loss" execution type
      static java.lang.String TAKE_PROFIT
      The "Take Profit" execution type
    • Constructor Summary

      Constructors 
      Constructor Description
      ExecutionType()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • CALL_ORDER

        public static final java.lang.String CALL_ORDER
        The "Call Order" execution type
        See Also:
        Constant Field Values
      • TAKE_PROFIT

        public static final java.lang.String TAKE_PROFIT
        The "Take Profit" execution type
        See Also:
        Constant Field Values
      • STOP_LOSS

        public static final java.lang.String STOP_LOSS
        The "Stop Loss" execution type
        See Also:
        Constant Field Values
      • MARKET

        public static final java.lang.String MARKET
        The "Market" execution type
        See Also:
        Constant Field Values
      • BENCHMARK

        public static final java.lang.String BENCHMARK
        The "Benchmark" execution type
        See Also:
        Constant Field Values
      • PEGGED

        public static final java.lang.String PEGGED
        The "Pegged" execution type
        See Also:
        Constant Field Values
    • Constructor Detail

      • ExecutionType

        public ExecutionType()