1
0
mirror of https://github.com/aclindsa/ofxgo.git synced 2026-02-19 11:48:33 -05:00

Remove extraneous space in BuyPower omitempty.

This commit is contained in:
David Bartley
2026-01-24 01:48:26 -08:00
committed by Aaron Lindsay
parent 2f015dc78a
commit b2d1132f59

View File

@@ -1038,7 +1038,7 @@ type InvBalance struct {
AvailCash Amount `xml:"AVAILCASH"` // Available cash across all sub-accounts, including sweep funds
MarginBalance Amount `xml:"MARGINBALANCE"` // Negative means customer has borrowed funds
ShortBalance Amount `xml:"SHORTBALANCE"` // Always positive, market value of all short positions
BuyPower Amount `xml:"BUYPOWER, omitempty"`
BuyPower Amount `xml:"BUYPOWER,omitempty"`
BalList []Balance `xml:"BALLIST>BAL,omitempty"`
}