Uses of Class
com.caplin.motif.fx.trading.Account
-
Packages that use Account 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. -
-
Uses of Account in com.caplin.motif.fx.trading
Methods in com.caplin.motif.fx.trading that return Account Modifier and Type Method Description static Account
Account. parse(java.lang.String accountDescription, java.lang.String accountID)
If your account has a pipe delimiter, pass the two parts and the Account will be created as DESCRIPTION|ACCOUNTstatic Account
Account. parsePlain(java.lang.String plainAccount)
Use if your account does not have a pipe delimiter -
Uses of Account in com.caplin.motif.fx.trading.allocation
Methods in com.caplin.motif.fx.trading.allocation that return Account Modifier and Type Method Description Account
PostTradeAllocation. getAccount()
Returns the account that the amount should be allocated to.Constructors in com.caplin.motif.fx.trading.allocation with parameters of type Account Constructor Description PostTradeAllocation(Account account, BuySell buySell, java.lang.String amount, LegType swapLeg, java.lang.String legId)
-
Uses of Account in com.caplin.motif.fx.trading.block
Methods in com.caplin.motif.fx.trading.block that return Account Modifier and Type Method Description Account
BlockTradeExecution. getAccount()
Returns the account that this trade should be booked against.Account
BlockTradeLeg. getAccount()
Returns the account -
Uses of Account in com.caplin.motif.fx.trading.orders.details
Methods in com.caplin.motif.fx.trading.orders.details that return Account Modifier and Type Method Description Account
Order. getAccount()
Deprecated.Account
Strategy. getAccount()
Deprecated.Methods in com.caplin.motif.fx.trading.orders.details with parameters of type Account Modifier and Type Method Description OrderFieldSet
OrderFieldSet. setAccount(Account account)
Deprecated.Sets the account.StrategyFieldSet
StrategyFieldSet. setAccount(Account account)
Deprecated.Sets the account. -
Uses of Account in com.caplin.motif.fx.trading.orders.submission
Methods in com.caplin.motif.fx.trading.orders.submission that return Account Modifier and Type Method Description Account
Order. getAccount()
Deprecated.Returns the account for this orderAccount
OrderStrategy. 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
Methods in com.caplin.motif.fx.trading.orders.submission.strategy that return Account Modifier and Type Method Description Account
MotifOrderStrategy. getAccount()
Deprecated.Returns the account that the order should be executed against.
-