| Package | Description |
|---|---|
| org.marketcetera.saclient |
The client for communicating with remote instances of a strategy agent.
|
| org.marketcetera.saclient.rpc |
| Modifier and Type | Method and Description |
|---|---|
CreateStrategyParameters |
SAService.getStrategyCreateParms(ClientContext inServiceContext,
ModuleURN inURN)
Returns the parameters used to create a strategy.
|
CreateStrategyParameters |
SAClient.getStrategyCreateParms(ModuleURN inURN)
Fetches the strategy creation parameters (including the strategy script)
for the strategy with the supplied URN.
|
| Modifier and Type | Method and Description |
|---|---|
ModuleURN |
SAService.createStrategy(ClientContext inCtx,
CreateStrategyParameters inParameters)
Creates a strategy.
|
ModuleURN |
SAClient.createStrategy(CreateStrategyParameters inParameters)
Creates a new strategy module using the given strategy creation parameters.
|
| Modifier and Type | Method and Description |
|---|---|
CreateStrategyParameters |
RpcSAClientImpl.getStrategyCreateParms(ModuleURN inURN) |
CreateStrategyParameters |
SAServiceAdapter.getStrategyCreateParms(ModuleURN inInstance)
Gets the strategy parameters of the given module.
|
| Modifier and Type | Method and Description |
|---|---|
ModuleURN |
RpcSAClientImpl.createStrategy(CreateStrategyParameters inParameters) |
ModuleURN |
SAServiceAdapter.createStrategy(CreateStrategyParameters inParameters)
Creates a strategy with the given parameters.
|
Copyright © 2017. All Rights Reserved.