Uses of Class
com.caplin.motif.fx.trading.orders.details.StrategyFieldSet
Package
Description
Classes and interfaces that relate to supplying the details of a previously submitted order strategy.
-
Uses of StrategyFieldSet in com.caplin.motif.fx.trading.orders.details
Modifier and TypeMethodDescriptionStrategyBuilder.getEditableFields()
Deprecated.Returns the fields relating to the strategy that can be edited by the user.StrategyBuilder.getFixedFields()
Deprecated.Returns the fields relating to the strategy that cannot be edited by the userStrategyFieldSet.setAccount
(Account account) Deprecated.Sets the account.StrategyFieldSet.setAccount
(String accountID, String accountName) Deprecated.Sets the account.StrategyFieldSet.setActivationDate
(ActivationDate activationDate) Deprecated.Sets the date, time and location the strategy or order should be activated.StrategyFieldSet.setAlertType
(Set<AlertType> alertTypes) Deprecated.Sets the AlertTypeStrategyFieldSet.setCurrencyPair
(String value) Deprecated.Sets the currency pair.StrategyFieldSet.setExpirationDate
(ExpirationDate expirationDate) Deprecated.Sets the date, time and location the strategy or order should expire.Deprecated.Set Memo - the taker short note of the order.StrategyFieldSet.setRemarks
(String remarks) Deprecated.Sets the RemarksStrategyFieldSet.setSpotRateDPS
(Object spotRateDPS) Deprecated.Sets the spot rate DPS.StrategyFieldSet.setStrategyType
(StrategyType strategyType) Deprecated.Sets the type of the strategy, for example SINGLE or OCO ("One Cancels the Other").StrategyFieldSet.setSubmittedBy
(String username) Deprecated.Sets the username of the user who submitted the strategy.StrategyFieldSet.setSubmittedFor
(String username) Deprecated.Sets the username of the user who the strategy is for.StrategyFieldSet.setTOBOUser
(String toboUser) Deprecated.Sets the trade on behalf of user.