- When I make a trade, I want to know how much cash was transacted, and also the commission amount for that trade.
- How can I find out my account's cash balance? There is an object Account, with a method GetAccountItem, but there doesn't appear to be any documentation on the complete list of items that you can get. Or is there another way to get that info?
- I see that on the GUI in the Accounts tab, that it shows a column called Cash Value, but is that my instantaneous actual cash balance or is that cash + market value of my positions, or what?
But, I see no way of getting either piece of information.
Thanks in advance for the help.

Comment