Ver Fonte

MKT

- draft
Alexey Kim há 6 dias atrás
pai
commit
cf22fee2b1
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      mkt.go

+ 1 - 0
mkt.go

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