Documentation
¶
Index ¶
- Constants
- type CreateBacktestOrderWorkflowParams
- type CreateBacktestOrderWorkflowResults
- type CreateBacktestWorkflowParams
- type CreateBacktestWorkflowResults
- type GetBacktestAccountsWorkflowParams
- type GetBacktestAccountsWorkflowResults
- type GetBacktestOrdersWorkflowParams
- type GetBacktestOrdersWorkflowResults
- type GetBacktestWorkflowParams
- type GetBacktestWorkflowResults
- type ListBacktestsWorkflowParams
- type ListBacktestsWorkflowResults
- type RunBacktestWorkflowParams
- type RunBacktestWorkflowResults
- type ServiceInfoParams
- type ServiceInfoResults
- type SubscribeToPriceWorkflowParams
- type SubscribeToPriceWorkflowResults
Constants ¶
const CreateBacktestOrderWorkflowName = "CreateBacktestOrderWorkflow"
CreateBacktestOrderWorkflowName is the name of the workflow to create an order for a backtest.
const CreateBacktestWorkflowName = "CreateBacktestWorkflow"
CreateBacktestWorkflowName is the name of the workflow to create a backtest.
const GetBacktestAccountsWorkflowName = "GetBacktestAccountsWorkflow"
GetBacktestAccountsWorkflowName is the name of the workflow to get the accounts of a backtest.
const GetBacktestOrdersWorkflowName = "GetBacktestOrdersWorkflow"
GetBacktestOrdersWorkflowName is the name of the workflow to get the orders of a backtest.
const GetBacktestWorkflowName = "GetBacktestWorkflow"
GetBacktestWorkflowName is the name of the workflow to get a backtest.
const ListBacktestsWorkflowName = "ListBacktestsWorkflow"
ListBacktestsWorkflowName is the name of the workflow to list backtests.
const RunBacktestWorkflowName = "RunBacktestWorkflow"
RunBacktestWorkflowName is the name of the workflow to run a backtest.
const (
// ServiceInfoWorkflowName is the name of the workflow to get the service info.
ServiceInfoWorkflowName = "ServiceInfoWorkflow"
)
const SubscribeToPriceWorkflowName = "SubscribeToPriceWorkflow"
SubscribeToPriceWorkflowName is the name of the workflow to subscribe to prices.
const (
// WorkerTaskQueueName is the name of the task queue for the cryptellation worker.
WorkerTaskQueueName = "CryptellationbacktestsTaskQueue"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateBacktestOrderWorkflowParams ¶
CreateBacktestOrderWorkflowParams is the parameters of the CreateBacktestOrderWorkflow workflow.
type CreateBacktestOrderWorkflowResults ¶
type CreateBacktestOrderWorkflowResults struct{}
CreateBacktestOrderWorkflowResults is the results of the CreateBacktestOrderWorkflow workflow.
type CreateBacktestWorkflowParams ¶
type CreateBacktestWorkflowParams struct {
BacktestParameters backtest.Parameters
Callbacks runtime.Callbacks
}
CreateBacktestWorkflowParams is the parameters of the CreateBacktestWorkflow workflow.
type CreateBacktestWorkflowResults ¶
CreateBacktestWorkflowResults is the results of the CreateBacktestWorkflow workflow.
type GetBacktestAccountsWorkflowParams ¶
GetBacktestAccountsWorkflowParams is the parameters of the GetBacktestAccountsWorkflow workflow.
type GetBacktestAccountsWorkflowResults ¶
GetBacktestAccountsWorkflowResults is the results of the GetBacktestAccountsWorkflow workflow.
type GetBacktestOrdersWorkflowParams ¶
GetBacktestOrdersWorkflowParams is the parameters of the GetBacktestOrdersWorkflow workflow.
type GetBacktestOrdersWorkflowResults ¶
GetBacktestOrdersWorkflowResults is the results of the GetBacktestOrdersWorkflow workflow.
type GetBacktestWorkflowParams ¶
GetBacktestWorkflowParams is the parameters of the GetBacktestWorkflow workflow.
type GetBacktestWorkflowResults ¶
GetBacktestWorkflowResults is the results of the GetBacktestWorkflow workflow.
type ListBacktestsWorkflowParams ¶
type ListBacktestsWorkflowParams struct{}
ListBacktestsWorkflowParams is the parameters of the ListBacktestsWorkflow workflow.
type ListBacktestsWorkflowResults ¶
ListBacktestsWorkflowResults is the results of the ListBacktestsWorkflow workflow.
type RunBacktestWorkflowParams ¶
RunBacktestWorkflowParams is the parameters of the RunBacktestWorkflow workflow.
type RunBacktestWorkflowResults ¶
type RunBacktestWorkflowResults struct{}
RunBacktestWorkflowResults is the results of the RunBacktestWorkflow workflow.
type ServiceInfoParams ¶
type ServiceInfoParams struct{}
ServiceInfoParams contains the parameters of the service info workflow.
type ServiceInfoResults ¶
type ServiceInfoResults struct {
Version string
}
ServiceInfoResults contains the result of the service info workflow.
type SubscribeToPriceWorkflowParams ¶
SubscribeToPriceWorkflowParams is the parameters of the SubscribeToPriceWorkflow workflow.
type SubscribeToPriceWorkflowResults ¶
type SubscribeToPriceWorkflowResults struct{}
SubscribeToPriceWorkflowResults is the results of the SubscribeToPriceWorkflow workflow.