소스 검색

MKT

- draft
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