mirror of
https://github.com/aclindsa/ofxgo.git
synced 2026-02-19 03:48:33 -05:00
Remove extraneous space in BuyPower omitempty.
This commit is contained in:
@@ -1038,7 +1038,7 @@ type InvBalance struct {
|
|||||||
AvailCash Amount `xml:"AVAILCASH"` // Available cash across all sub-accounts, including sweep funds
|
AvailCash Amount `xml:"AVAILCASH"` // Available cash across all sub-accounts, including sweep funds
|
||||||
MarginBalance Amount `xml:"MARGINBALANCE"` // Negative means customer has borrowed funds
|
MarginBalance Amount `xml:"MARGINBALANCE"` // Negative means customer has borrowed funds
|
||||||
ShortBalance Amount `xml:"SHORTBALANCE"` // Always positive, market value of all short positions
|
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"`
|
BalList []Balance `xml:"BALLIST>BAL,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user