Alexey Kim hai 1 semana
pai
achega
2f53a9afa7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      mkt.go

+ 1 - 1
mkt.go

@@ -14,7 +14,7 @@ type MKT interface {
 	UpdateOrder(orderID string, sl float64) error
 	CloseOrder(orderID string) (Order, error)
 
-	Orders(status string, nested bool) ([]Order, error)
+	Orders(status string, from time.Time, until time.Time, nested bool) ([]Order, error)
 	Portfolio() (Portfolio, error)
 	PortfolioHistory() ([]PortfolioRecord, error)
 	Quotes(symbols ...string) (map[string]Quote, error)