Class CanAllocate


  • public final class CanAllocate
    extends java.lang.Object
    Modes for the CanAllocate field
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String FULL
      Enable full-amount allocation for this trade
      static java.lang.String FULL_OR_PARTIAL
      Enable full or partial amount allocation for this trade
      static java.lang.String NONE
      Disable post-trade allocation for this trade
    • Constructor Summary

      Constructors 
      Constructor Description
      CanAllocate()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • NONE

        public static final java.lang.String NONE
        Disable post-trade allocation for this trade
        See Also:
        Constant Field Values
      • FULL

        public static final java.lang.String FULL
        Enable full-amount allocation for this trade
        See Also:
        Constant Field Values
      • FULL_OR_PARTIAL

        public static final java.lang.String FULL_OR_PARTIAL
        Enable full or partial amount allocation for this trade
        See Also:
        Constant Field Values
    • Constructor Detail

      • CanAllocate

        public CanAllocate()