Class Order
java.lang.Object
com.caplin.motif.fx.trading.orders.submission.Order
Deprecated.
An object representing one of the legs of a multi-order strategy.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the account for this orderDeprecated.Returns the activation date of the orderDeprecated.Deprecated.The amount at which this order which should be executed.Deprecated.Returns the benchmark type of the order.Deprecated.Returns theBuySell
direction of this order.Deprecated.Returns the currency pair the amount denominatesDeprecated.Returns the currency that the amount denominates.Deprecated.Returns the execution type of the order.Deprecated.Returns the expiration date of the orderDeprecated.Returns the field value for the specified field.Deprecated.The target rate at which the order should fill.getLegId()
Deprecated.The Leg Id as submitted by the clientDeprecated.The margin or mark-up submitted with this order.Deprecated.Returns aMonitorSide
direction of this order.Deprecated.The remarks attached to this ordertoString()
Deprecated.
-
Method Details
-
getLegId
Deprecated.The Leg Id as submitted by the client- Returns:
- the leg id.
-
getField
Deprecated.Returns the field value for the specified field. Note that L{d}_ prefix is not required in the specifiedfieldName
parameter.- Parameters:
fieldName
- The fieldName without the L{d} prefix.- Returns:
- The value of the field.
-
getExecutionType
Deprecated.Returns the execution type of the order.- Returns:
- The execution type.
-
getAccount
Deprecated.Returns the account for this order- Returns:
- The account
-
getAlertTypes
Deprecated. -
getActivationDate
Deprecated.Returns the activation date of the order- Returns:
- The activation date
-
getExpirationDate
Deprecated.Returns the expiration date of the order- Returns:
- The expiration date
-
getDealtCurrency
Deprecated.Returns the currency that the amount denominates.- Returns:
- The dealt currency.
-
getBuySell
Deprecated.Returns theBuySell
direction of this order.- Returns:
- The
BuySell
direction of this order
-
getMonitorSide
Deprecated.Returns aMonitorSide
direction of this order.- Returns:
- The
MonitorSide
direction of this order
-
getBenchmarkType
Deprecated.Returns the benchmark type of the order.- Returns:
- The benchmark type of the order if this is a benchmark order, otherwise null.
-
getAmount
Deprecated.The amount at which this order which should be executed.- Returns:
- The amount, which may contain decimals. This value is specified in the currency returned by the
getDealtCurrency()
method.
-
getCurrencyPair
Deprecated.Returns the currency pair the amount denominates- Returns:
- The currency pair
-
getRemarks
Deprecated.The remarks attached to this order- Returns:
- The remarks
-
getFillRate
Deprecated.The target rate at which the order should fill.- Returns:
- The target rate, which may contain decimals, if there is a target rate for the order. If this is a market order, this method returns null.
-
getMargin
Deprecated.The margin or mark-up submitted with this order.- Returns:
- A string representing a number or null if the value is unknown
-
toString
Deprecated.
-