Alexey Kim преди 2 седмици
родител
ревизия
a79df5d2b5
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      market.go

+ 1 - 1
market.go

@@ -27,7 +27,7 @@ type Market interface {
 	PortfolioHistory() ([]PortfolioRecord, error)
 
 	HistoricalBars(symbol string, interval time.Duration, from *time.Time) ([]Bar, error)
-	Quote(symbol string) (Quote, error)
+	Quote(symbol string) (*Quote, error)
 
 	Account() (MarketAccount, error)
 	MaxBudget() float64