Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BrokersRegister ¶
BrokersRegister -
type CompleteCalculation ¶
type CompleteCalculation struct { ServerTime time.Time `json:"serverTime"` AssetID string `json:"assetId"` StrategyID string `json:"strategyId"` }
CompleteCalculation -
type SendingSignal ¶
type SendingSignal struct { Signal indicator.Signal `json:"signal"` ServerTime time.Time `json:"serverTime"` AssetID string `json:"assetId"` StrategyID string `json:"strategyId"` ResultsIndicator map[string]map[string]indicator.Result `json:"resultsIndicator"` }
SendingSignal -
type Strategy ¶
type Strategy struct { UserID string `json:"userId"` CreatedAt int64 `json:"createdAt"` UpdatedAt int64 `json:"updatedAt"` Hash string `json:"hash"` Name string `json:"name"` Indicator []indicator.Indicator `json:"indicator"` Group []indicator.Group Assets []string `json:"assets"` Active bool `json:"active"` }
Strategy -
Click to show internal directories.
Click to hide internal directories.