Class FXTradingType

java.lang.Object
com.caplin.motif.fx.trading.FXTradingType

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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The value representing a Post Trade Allocation Trade
    static final String
    The value representing a BLOCK trade
    static final String
    The value representing a DRAWDOWN trade
    static final String
    The value representing a FORWARD trade
    static final String
    Deprecated.
    use the DeliverableType field to determine if a Block is Deliverable or Non-Deliverable
    static final String
    The value representing a NON-DELIVERABLE FORWARD trade
    static final String
    The value representing a NON-DELIVERABLE FIXING trade
    static final String
    The value representing a NON-DELIVERABLE SWAP trade
    static final String
    The value representing a PAR FORWARD BLOCK trade
    static final String
    The value representing a SPOT trade
    static final String
    The value representing a SWAP trade
    static final String
    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