Package | Description |
---|---|
com.caplin.motif.fx.trading |
Parent package with classes that relate to FX trading in general but no specific trading protocol.
|
com.caplin.motif.fx.trading.allocation |
Classes and interfaces that relate to post-trade allocations.
|
com.caplin.motif.fx.trading.block |
Classes and interfaces that relate to block trading.
|
com.caplin.motif.fx.trading.orders.details |
Classes and interfaces that relate to supplying the details of a previously submitted order strategy.
|
com.caplin.motif.fx.trading.orders.submission |
Classes and interfaces that relate to submitting an order or order strategy.
|
com.caplin.motif.fx.trading.orders.submission.strategy |
Classes representing the various order strategies that are supported by the FX Motif.
|
Modifier and Type | Method and Description |
---|---|
Account |
FXExecution.getAccount()
Returns the account that this trade should be booked against.
|
abstract Account |
FXTradeLeg.getAccount()
Returns the account that this trade should be booked against.
|
Account |
FXExecutionTradeLeg.getAccount() |
static Account |
Account.parse(String accountDescription,
String accountID) |
Modifier and Type | Method and Description |
---|---|
Account |
PostTradeAllocation.getAccount()
Returns the account that the amount should be allocated to.
|
Modifier and Type | Method and Description |
---|---|
Account |
BlockTradeLeg.getAccount() |
Modifier and Type | Method and Description |
---|---|
Account |
Order.getAccount() |
Account |
Strategy.getAccount() |
Modifier and Type | Method and Description |
---|---|
OrderFieldSet |
OrderFieldSet.setAccount(Account account)
Sets the account.
|
StrategyFieldSet |
StrategyFieldSet.setAccount(Account account)
Sets the account.
|
Modifier and Type | Method and Description |
---|---|
Account |
Order.getAccount()
Returns the account for this order
|
Account |
OrderStrategy.getAccount()
Returns the client account to which this order strategy should be executed for.
|
Modifier and Type | Method and Description |
---|---|
Account |
MotifOrderStrategy.getAccount()
Returns the account that the order should be executed against.
|
Copyright © 2015 Caplin Systems.