pivotshort: remove unused struct

This commit is contained in:
c9s 2022-06-27 17:44:37 +08:00
parent 3ea94871b0
commit b97ec7bb1e
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -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