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 CALL_DEPOSIT
      The value representing an CALL-DEPOSIT
      static java.lang.String DEPOSIT
      The value representing a DEPOSIT
      static java.lang.String FLEXI_NOTICE_DEPOSIT
      The value representing a FLEXI-NOTICE-DEPOSIT
      static java.lang.String GOVERNMENT_BOND
      The value representing a GOVERNMENT-BOND
      static java.lang.String LOAN
      The value representing a LOAN
      static java.lang.String TERM_DEPOSIT
      The value representing a TERM-DEPOSIT
      static java.lang.String TREASURY_BILL
      The value representing a TREASURY-BILL
    • 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
      • CALL_DEPOSIT

        public static final java.lang.String CALL_DEPOSIT
        The value representing an CALL-DEPOSIT
        See Also:
        Constant Field Values
      • TERM_DEPOSIT

        public static final java.lang.String TERM_DEPOSIT
        The value representing a TERM-DEPOSIT
        See Also:
        Constant Field Values
      • FLEXI_NOTICE_DEPOSIT

        public static final java.lang.String FLEXI_NOTICE_DEPOSIT
        The value representing a FLEXI-NOTICE-DEPOSIT
        See Also:
        Constant Field Values
      • TREASURY_BILL

        public static final java.lang.String TREASURY_BILL
        The value representing a TREASURY-BILL
        See Also:
        Constant Field Values
      • GOVERNMENT_BOND

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

      • MMTradingType

        public MMTradingType()