Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion invstmt.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}

Expand Down
Loading