mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
autoborrow: add json tags
This commit is contained in:
parent
34e1b642d1
commit
f87a0ab316
|
@ -312,12 +312,12 @@ func (s *Strategy) handleBinanceBalanceUpdateEvent(event *binance.BalanceUpdateE
|
|||
}
|
||||
|
||||
type MarginAction struct {
|
||||
Exchange types.ExchangeName
|
||||
Action string
|
||||
Asset string
|
||||
Amount fixedpoint.Value
|
||||
MarginLevel fixedpoint.Value
|
||||
MinMarginLevel fixedpoint.Value
|
||||
Exchange types.ExchangeName `json:"exchange"`
|
||||
Action string `json:"action"`
|
||||
Asset string `json:"asset"`
|
||||
Amount fixedpoint.Value `json:"amount"`
|
||||
MarginLevel fixedpoint.Value `json:"marginLevel"`
|
||||
MinMarginLevel fixedpoint.Value `json:"minMarginLevel"`
|
||||
}
|
||||
|
||||
func (a *MarginAction) SlackAttachment() slack.Attachment {
|
||||
|
|
Loading…
Reference in New Issue
Block a user