Alexey Kim 6 روز پیش
والد
کامیت
4961c00950
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 4 1
      order.go

+ 4 - 1
order.go

@@ -23,7 +23,10 @@ type Order interface {
 	GetAction() OrderAction
 	GetTimeInForce() TimeInForce
 	GetSize() float64
-	GetPrice() float64
+
+	GetEntryPrice() float64
+	GetExitPrice() float64
+
 	GetStopLossPrice() *float64
 	GetPnL() float64
 	GetCurrency() string