2
0
Pārlūkot izejas kodu

Market Account

- GetCash: refactoring
Alexey Kim 1 mēnesi atpakaļ
vecāks
revīzija
008b4eda2c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      market_account.go

+ 1 - 1
market_account.go

@@ -8,7 +8,7 @@ type MarketAccount interface {
 	GetName() string
 
 	// GetCash Cash Balance
-	GetCash() float64
+	GetCash(IgnoreBuyingPower bool) float64
 
 	// GetEquity cash + long_market_value + short_market_value
 	GetEquity() float64