From e48ae215e5ee5f3bdc0c7df10a697bac7c280812 Mon Sep 17 00:00:00 2001 From: c9s Date: Mon, 19 Sep 2022 09:51:48 +0800 Subject: [PATCH] bbgo: remove Notifiability from the order executor --- pkg/bbgo/order_execution.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/bbgo/order_execution.go b/pkg/bbgo/order_execution.go index 677d1351f..1caab6b5b 100644 --- a/pkg/bbgo/order_execution.go +++ b/pkg/bbgo/order_execution.go @@ -98,8 +98,6 @@ func (e *ExchangeOrderExecutionRouter) CancelOrdersTo(ctx context.Context, sessi type ExchangeOrderExecutor struct { // MinQuoteBalance fixedpoint.Value `json:"minQuoteBalance,omitempty" yaml:"minQuoteBalance,omitempty"` - Notifiability `json:"-" yaml:"-"` - Session *ExchangeSession `json:"-" yaml:"-"` // private trade update callbacks