Browse Source

MKT

- draft
Alexey Kim 6 days ago
parent
commit
4961c00950
1 changed files with 4 additions and 1 deletions
  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