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 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 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 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
    • Constructor Summary

      Constructors 
      Constructor Description
      FXTradingType()  
    • 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
      • 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
    • Constructor Detail

      • FXTradingType

        public FXTradingType()