mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 14:55:16 +00:00
remove MakerExchange from the core profit stats field
This commit is contained in:
parent
d058125f78
commit
aadb1ed389
|
@ -8,8 +8,6 @@ import (
|
|||
)
|
||||
|
||||
type ProfitStats struct {
|
||||
MakerExchange types.ExchangeName `json:"makerExchange"`
|
||||
|
||||
AccumulatedPnL fixedpoint.Value `json:"accumulatedPnL,omitempty"`
|
||||
AccumulatedNetProfit fixedpoint.Value `json:"accumulatedNetProfit,omitempty"`
|
||||
AccumulatedProfit fixedpoint.Value `json:"accumulatedProfit,omitempty"`
|
||||
|
|
Loading…
Reference in New Issue
Block a user