public class Order extends Object
Modifier and Type | Method and Description |
---|---|
Account |
getAccount()
Returns the account for this order
|
ActivationDate |
getActivationDate()
Returns the activation date of the order
|
Set<AlertType> |
getAlertTypes() |
String |
getAmount()
The amount at which this order which should be executed.
|
String |
getBenchmarkType()
Returns the benchmark type of the order.
|
BuySell |
getBuySell()
Returns the
BuySell direction of this order. |
String |
getCurrencyPair()
Returns the currency pair the amount denominates
|
String |
getDealtCurrency()
Returns the currency that the amount denominates.
|
ExecutionType |
getExecutionType()
Returns the execution type of the order.
|
ExpirationDate |
getExpirationDate()
Returns the expiration date of the order
|
String |
getField(String fieldName)
Returns the field value for the specified field.
|
String |
getFillRate()
The target rate at which the order should fill.
|
String |
getLegId()
The Leg Id as submitted by the client
|
String |
getMargin()
The margin or mark-up submitted with this order.
|
MonitorSide |
getMonitorSide()
Returns a
MonitorSide direction of this order. |
String |
getRemarks()
The remarks attached to this order
|
String |
toString() |
public String getLegId()
public String getField(String fieldName)
fieldName
parameter.fieldName
- The fieldName without the L{d} prefix.public ExecutionType getExecutionType()
public Account getAccount()
public ActivationDate getActivationDate()
public ExpirationDate getExpirationDate()
public String getDealtCurrency()
public BuySell getBuySell()
BuySell
direction of this order.BuySell
direction of this orderpublic MonitorSide getMonitorSide()
MonitorSide
direction of this order.MonitorSide
direction of this orderpublic String getBenchmarkType()
public String getAmount()
getDealtCurrency()
method.public String getCurrencyPair()
public String getRemarks()
public String getFillRate()
public String getMargin()
Copyright © 2015 Caplin Systems.