Class FXTradingType


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

      Fields 
      Modifier and Type Field Description
      static java.lang.String ALLOCATION
      The value representing a Post Trade Allocation Trade
      static java.lang.String BLOCK
      The value representing a BLOCK trade
      static java.lang.String DRAWDOWN
      The value representing a DRAWDOWN trade
      static java.lang.String FWD
      The value representing a FORWARD trade
      static java.lang.String NDB
      Deprecated.
      use the DeliverableType field to determine if a Block is Deliverable or Non-Deliverable
      static java.lang.String NDF
      The value representing a NON-DELIVERABLE FORWARD trade
      static java.lang.String NDF_FIXING
      The value representing a NON-DELIVERABLE FIXING trade
      static java.lang.String NDS
      The value representing a NON-DELIVERABLE SWAP trade
      static java.lang.String PAR_FORWARD
      The value representing a PAR FORWARD BLOCK trade
      static java.lang.String SPOT
      The value representing a SPOT trade
      static java.lang.String SWAP
      The value representing a SWAP trade
      static java.lang.String TIME_OPTION
      The value representing a TIME_OPTION trade
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • SPOT

        public static final java.lang.String SPOT
        The value representing a SPOT trade
        See Also:
        Constant Field Values
      • FWD

        public static final java.lang.String FWD
        The value representing a FORWARD trade
        See Also:
        Constant Field Values
      • NDF

        public static final java.lang.String NDF
        The value representing a NON-DELIVERABLE FORWARD trade
        See Also:
        Constant Field Values
      • NDF_FIXING

        public static final java.lang.String NDF_FIXING
        The value representing a NON-DELIVERABLE FIXING trade
        See Also:
        Constant Field Values
      • NDS

        public static final java.lang.String NDS
        The value representing a NON-DELIVERABLE SWAP trade
        See Also:
        Constant Field Values
      • TIME_OPTION

        public static final java.lang.String TIME_OPTION
        The value representing a TIME_OPTION trade
        See Also:
        Constant Field Values
      • DRAWDOWN

        public static final java.lang.String DRAWDOWN
        The value representing a DRAWDOWN trade
        See Also:
        Constant Field Values
      • SWAP

        public static final java.lang.String SWAP
        The value representing a SWAP trade
        See Also:
        Constant Field Values
      • BLOCK

        public static final java.lang.String BLOCK
        The value representing a BLOCK trade
        See Also:
        Constant Field Values
      • PAR_FORWARD

        public static final java.lang.String PAR_FORWARD
        The value representing a PAR FORWARD BLOCK trade
        See Also:
        Constant Field Values
      • ALLOCATION

        public static final java.lang.String ALLOCATION
        The value representing a Post Trade Allocation Trade
        See Also:
        Constant Field Values
      • NDB

        @Deprecated
        public static final java.lang.String NDB
        Deprecated.
        use the DeliverableType field to determine if a Block is Deliverable or Non-Deliverable
        The value representing a NON-DELIVERABLE BLOCK trade
        See Also:
        Constant Field Values