mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-21 22:43:52 +00:00
bbgo: mark order exeuctor as deprecated
This commit is contained in:
parent
c796606c61
commit
738cb24ecb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user