mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 17:13:51 +00:00
fix margin struct tag
This commit is contained in:
parent
8122fddd02
commit
121a679d4a
|
@ -38,7 +38,7 @@ type MarginAccount struct {
|
|||
TotalNetAssetOfBTC fixedpoint.Value `json:"totalNetAssetOfBtc"`
|
||||
TradeEnabled bool `json:"tradeEnabled"`
|
||||
TransferEnabled bool `json:"transferEnabled"`
|
||||
UserAssets []MarginUserAsset `json:"userAssets"./examples/binance-margin`
|
||||
UserAssets []MarginUserAsset `json:"userAssets"`
|
||||
}
|
||||
|
||||
// MarginUserAsset define user assets of margin account
|
||||
|
|
Loading…
Reference in New Issue
Block a user