Package | Description |
---|---|
com.caplin.motif.fx.trading.orders.details |
Classes and interfaces that relate to supplying the details of a previously submitted order strategy.
|
Modifier and Type | Method and Description |
---|---|
OrderFieldSet |
OrderBuilder.getEditableFields()
Returns the fields relating to the order that can be edited by the user.
|
OrderFieldSet |
OrderBuilder.getFixedFields()
Returns the fields relating to the order that cannot be edited by the user
|
OrderFieldSet |
OrderFieldSet.setAccount(Account account)
Sets the account.
|
OrderFieldSet |
OrderFieldSet.setAccount(String accountID,
String accountName)
Sets the account.
|
OrderFieldSet |
OrderFieldSet.setActivationDate(ActivationDate activationDate)
Sets the date, time and location the strategy or order should be activated.
|
OrderFieldSet |
OrderFieldSet.setAlertType(Set<AlertType> alertTypes)
Sets the AlertType
|
OrderFieldSet |
OrderFieldSet.setAmount(String amount)
Sets the amount specified on the order, in terms of the dealt currency.
|
OrderFieldSet |
OrderFieldSet.setAmountFilled(String amount)
Sets the quantity of the order that has been filled so far, in terms of
the dealt currency.
|
OrderFieldSet |
OrderFieldSet.setAmountRemaining(String amount)
Sets the amount of the order that is left to fill.
|
OrderFieldSet |
OrderFieldSet.setBenchmarkType(String type)
Sets the Benchmark type of the order,
|
OrderFieldSet |
OrderFieldSet.setBuySell(BuySell buySell)
Sets the side of the order, from the perspective of the person who placed it.
|
OrderFieldSet |
OrderFieldSet.setCurrencyPair(String value)
Sets the currency pair.
|
OrderFieldSet |
OrderFieldSet.setDealtCurrency(String dealtCurrency)
Sets the currency that the amount of the order is specified in.
|
OrderFieldSet |
OrderFieldSet.setEditable(boolean editable)
Sets a flag indicating whether this order can be edited or not.
|
OrderFieldSet |
OrderFieldSet.setExecutionType(ExecutionType type)
Sets the execution type of the order, for example Take Profit or
Market.
|
OrderFieldSet |
OrderFieldSet.setExpirationDate(ExpirationDate expirationDate)
Sets the date, time and location the strategy or order should expire.
|
OrderFieldSet |
OrderFieldSet.setFillRate(String rate)
Sets the target rate for the order, if for example it's a Take Profit
or Stop Loss order.
|
OrderFieldSet |
OrderFieldSet.setMargin(String margin)
Sets the margin for the order.
|
OrderFieldSet |
OrderFieldSet.setMemo(String memo)
Set Memo - the taker short note of the order.
|
OrderFieldSet |
OrderFieldSet.setOrderID(String orderId)
Sets the ID of the order.
|
OrderFieldSet |
OrderFieldSet.setRemarks(String remarks)
Sets the Remarks
|
OrderFieldSet |
OrderFieldSet.setStatus(String status)
Sets the current status of the order, for example WORKING or DEACTIVATED.
|
Copyright © 2015 Caplin Systems.