mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-23 07:15:15 +00:00
reformat code
This commit is contained in:
parent
b158c44b95
commit
178913dd1b
|
@ -204,14 +204,14 @@ type ProfitStats struct {
|
||||||
QuoteCurrency string `json:"quoteCurrency"`
|
QuoteCurrency string `json:"quoteCurrency"`
|
||||||
BaseCurrency string `json:"baseCurrency"`
|
BaseCurrency string `json:"baseCurrency"`
|
||||||
|
|
||||||
AccumulatedPnL fixedpoint.Value `json:"accumulatedPnL,omitempty"`
|
AccumulatedPnL fixedpoint.Value `json:"accumulatedPnL,omitempty"`
|
||||||
AccumulatedNetProfit fixedpoint.Value `json:"accumulatedNetProfit,omitempty"`
|
AccumulatedNetProfit fixedpoint.Value `json:"accumulatedNetProfit,omitempty"`
|
||||||
AccumulatedGrossProfit fixedpoint.Value `json:"accumulatedProfit,omitempty"`
|
AccumulatedGrossProfit fixedpoint.Value `json:"accumulatedProfit,omitempty"`
|
||||||
AccumulatedGrossLoss fixedpoint.Value `json:"accumulatedLoss,omitempty"`
|
AccumulatedGrossLoss fixedpoint.Value `json:"accumulatedLoss,omitempty"`
|
||||||
AccumulatedVolume fixedpoint.Value `json:"accumulatedVolume,omitempty"`
|
AccumulatedVolume fixedpoint.Value `json:"accumulatedVolume,omitempty"`
|
||||||
AccumulatedSince int64 `json:"accumulatedSince,omitempty"`
|
AccumulatedSince int64 `json:"accumulatedSince,omitempty"`
|
||||||
|
|
||||||
TodayPnL fixedpoint.Value `json:"todayPnL,omitempty"`
|
TodayPnL fixedpoint.Value `json:"todayPnL,omitempty"`
|
||||||
TodayNetProfit fixedpoint.Value `json:"todayNetProfit,omitempty"`
|
TodayNetProfit fixedpoint.Value `json:"todayNetProfit,omitempty"`
|
||||||
TodayGrossProfit fixedpoint.Value `json:"todayProfit,omitempty"`
|
TodayGrossProfit fixedpoint.Value `json:"todayProfit,omitempty"`
|
||||||
TodayGrossLoss fixedpoint.Value `json:"todayLoss,omitempty"`
|
TodayGrossLoss fixedpoint.Value `json:"todayLoss,omitempty"`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user