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