Class ExpirationType


  • public final class ExpirationType
    extends java.lang.Object

    The ExpirationType determines how order should be expired.

    The common expiration types can be accessed as public constants.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String EXPLICIT
      The "EXPLICIT" expiration type
      static java.lang.String FOK
      The "FOK" expiration type
      static java.lang.String GFD
      The "GFD" expiration type
      static java.lang.String GTC
      The "GTC" expiration type
      static java.lang.String IOC
      The "IOC" expiration type
    • Constructor Summary

      Constructors 
      Constructor Description
      ExpirationType()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ExpirationType

        public ExpirationType()