- add isHalted
@@ -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