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 |
---|---|
StrategyFieldSet |
StrategyBuilder.getEditableFields()
Returns the fields relating to the strategy that can be edited by the user.
|
StrategyFieldSet |
StrategyBuilder.getFixedFields()
Returns the fields relating to the strategy that cannot be edited by the user
|
StrategyFieldSet |
StrategyFieldSet.setAccount(Account account)
Sets the account.
|
StrategyFieldSet |
StrategyFieldSet.setAccount(String accountID,
String accountName)
Sets the account.
|
StrategyFieldSet |
StrategyFieldSet.setActivationDate(ActivationDate activationDate)
Sets the date, time and location the strategy or order should be activated.
|
StrategyFieldSet |
StrategyFieldSet.setAlertType(Set<AlertType> alertTypes)
Sets the AlertType
|
StrategyFieldSet |
StrategyFieldSet.setCurrencyPair(String value)
Sets the currency pair.
|
StrategyFieldSet |
StrategyFieldSet.setExpirationDate(ExpirationDate expirationDate)
Sets the date, time and location the strategy or order should expire.
|
StrategyFieldSet |
StrategyFieldSet.setMemo(String memo)
Set Memo - the taker short note of the order.
|
StrategyFieldSet |
StrategyFieldSet.setRemarks(String remarks)
Sets the Remarks
|
StrategyFieldSet |
StrategyFieldSet.setSpotRateDPS(Object spotRateDPS)
Sets the spot rate DPS.
|
StrategyFieldSet |
StrategyFieldSet.setStrategyType(StrategyType strategyType)
Sets the type of the strategy, for example SINGLE or OCO ("One
Cancels the Other").
|
StrategyFieldSet |
StrategyFieldSet.setSubmittedBy(String username)
Sets the username of the user who submitted the strategy.
|
StrategyFieldSet |
StrategyFieldSet.setSubmittedFor(String username)
Sets the username of the user who the strategy is for.
|
StrategyFieldSet |
StrategyFieldSet.setTOBOUser(String toboUser)
Sets the trade on behalf of user.
|
Copyright © 2015 Caplin Systems.