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