Uses of Class
com.caplin.motif.fx.trading.Account
Package
Description
Parent package with classes that relate to FX trading in general but no specific trading protocol.
Classes and interfaces that relate to post-trade allocations.
Classes and interfaces that relate to block trading.
Classes and interfaces that relate to supplying the details of a previously submitted order strategy.
Classes and interfaces that relate to submitting an order or order strategy.
Classes representing the various order strategies that are supported by the FX Motif.
-
Uses of Account in com.caplin.motif.fx.trading
Modifier and TypeMethodDescriptionstatic Account
If your account has a pipe delimiter, pass the two parts and the Account will be created as DESCRIPTION|ACCOUNTstatic Account
Account.parsePlain
(String plainAccount) Use if your account does not have a pipe delimiter -
Uses of Account in com.caplin.motif.fx.trading.allocation
Modifier and TypeMethodDescriptionPostTradeAllocation.getAccount()
Deprecated.Returns the account that the amount should be allocated to. -
Uses of Account in com.caplin.motif.fx.trading.block
Modifier and TypeMethodDescriptionBlockTradeExecution.getAccount()
Returns the account that this trade should be booked against.BlockTradeLeg.getAccount()
Returns the account -
Uses of Account in com.caplin.motif.fx.trading.orders.details
Modifier and TypeMethodDescriptionOrder.getAccount()
Deprecated.Strategy.getAccount()
Deprecated.Modifier and TypeMethodDescriptionOrderFieldSet.setAccount
(Account account) Deprecated.Sets the account.StrategyFieldSet.setAccount
(Account account) Deprecated.Sets the account. -
Uses of Account in com.caplin.motif.fx.trading.orders.submission
Modifier and TypeMethodDescriptionOrder.getAccount()
Deprecated.Returns the account for this orderOrderStrategy.getAccount()
Deprecated.Returns the client account to which this order strategy should be executed for. -
Uses of Account in com.caplin.motif.fx.trading.orders.submission.strategy
Modifier and TypeMethodDescriptionMotifOrderStrategy.getAccount()
Deprecated.Returns the account that the order should be executed against.