Skip to content

Commit

Permalink
bbgo: mark order exeuctor as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Oct 23, 2024
1 parent c796606 commit 738cb24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/bbgo/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ type ExchangeSession struct {

IsInitialized bool `json:"-" yaml:"-"`

// OrderExecutor is the default order executor for the session
//
// Deprecated: use GeneralOrderExecutor instead
OrderExecutor *ExchangeOrderExecutor `json:"orderExecutor,omitempty" yaml:"orderExecutor,omitempty"`

// UserDataStream is the connection stream of the exchange
Expand Down

0 comments on commit 738cb24

Please sign in to comment.