Class MMTradingType


  • public class MMTradingType
    extends java.lang.Object
    Represents the execution type of a MM trade.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DEPOSIT
      The value representing a DEPOSIT
      static java.lang.String LOAN
      The value representing a LOAN
    • Constructor Summary

      Constructors 
      Constructor Description
      MMTradingType()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • LOAN

        public static final java.lang.String LOAN
        The value representing a LOAN
        See Also:
        Constant Field Values
      • DEPOSIT

        public static final java.lang.String DEPOSIT
        The value representing a DEPOSIT
        See Also:
        Constant Field Values
    • Constructor Detail

      • MMTradingType

        public MMTradingType()