Class CustodyOrderType


  • public final class CustodyOrderType
    extends java.lang.Object
    Custody order type, 'DEPOSIT' or 'WITHDRAW'.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DEPOSIT  
      static java.lang.String WITHDRAW  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CustodyOrderType

        public CustodyOrderType()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object