Browse Source

Market

- fix: Quote
Alexey Kim 2 tuần trước cách đây
mục cha
commit
a79df5d2b5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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