Ver Fonte

RiskManager

- add isHalted
Alexey Kim há 3 semanas atrás
pai
commit
6cc8c0cde4
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      risk_manager.go

+ 1 - 1
risk_manager.go

@@ -8,7 +8,7 @@ type RiskManager interface {
 	GetPnL() (float64, float64)
 	GetWinStreak() uint
 	GetLoseStreak() uint
-	isHalted() bool
+	IsHalted() bool
 
 	GetOrderSize(symbol string, bid float64) float64
 	UpdatePositions() error