mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
pivotshort: remove unused struct
This commit is contained in:
parent
3ea94871b0
commit
b97ec7bb1e
|
@ -68,12 +68,6 @@ type Entry struct {
|
|||
MarginSideEffect types.MarginOrderSideEffectType `json:"marginOrderSideEffect"`
|
||||
}
|
||||
|
||||
type CumulatedVolume struct {
|
||||
Enabled bool `json:"enabled"`
|
||||
MinQuoteVolume fixedpoint.Value `json:"minQuoteVolume"`
|
||||
Window int `json:"window"`
|
||||
}
|
||||
|
||||
type Strategy struct {
|
||||
*bbgo.Graceful
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user