Class DeliverableType


  • public class DeliverableType
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DELIVERABLE
      The value representing the trade is for a Deliverable currency
      static java.lang.String NON_DELIVERABLE
      The value representing the trade is for a Non-Deliverable currency
    • Constructor Summary

      Constructors 
      Constructor Description
      DeliverableType()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • DELIVERABLE

        public static final java.lang.String DELIVERABLE
        The value representing the trade is for a Deliverable currency
        See Also:
        Constant Field Values
      • NON_DELIVERABLE

        public static final java.lang.String NON_DELIVERABLE
        The value representing the trade is for a Non-Deliverable currency
        See Also:
        Constant Field Values
    • Constructor Detail

      • DeliverableType

        public DeliverableType()