public interface FxTradingAccountManager
Modifier and Type | Method and Description |
---|---|
com.caplin.motif.fx.trading.Account |
getAccount(com.caplin.motif.UserTrade trade,
com.caplin.motif.fx.trading.Account accountFromClient,
java.lang.String retClientName,
com.caplin.ret.trapi.fx.execution.AccountService accountService)
Returns the
Account for a given RET client. |
com.caplin.motif.fx.trading.Account |
getAccount(com.caplin.motif.UserTrade trade,
java.lang.String legId,
com.caplin.motif.fx.trading.Account accountFromClient,
java.lang.String retClientName,
com.caplin.ret.trapi.fx.execution.AccountService accountService)
Returns the
Account for a given RET client. |
com.caplin.motif.fx.trading.Account getAccount(com.caplin.motif.UserTrade trade, com.caplin.motif.fx.trading.Account accountFromClient, java.lang.String retClientName, com.caplin.ret.trapi.fx.execution.AccountService accountService) throws java.lang.Exception
Returns the Account
for a given RET client.
Use this method to determine which account Account
should be returned.
java.lang.Exception
com.caplin.motif.fx.trading.Account getAccount(com.caplin.motif.UserTrade trade, java.lang.String legId, com.caplin.motif.fx.trading.Account accountFromClient, java.lang.String retClientName, com.caplin.ret.trapi.fx.execution.AccountService accountService) throws java.lang.Exception
Returns the Account
for a given RET client.
Use this method to determine which account Account
should be returned.
java.lang.Exception
Copyright © 2019 Caplin Systems.