简体   繁体   中英

Python Interactive Brokers TWS Net Liquidity

I'm trying to get my account.net liquidity to store it in a variable but whenever I'm trying to get it like this:

self.reqAccountSummary(9003, "All", "$LEDGER:EUR")

I'm getting none. Anyone know how to get the.net liquidity? Thank you.

I'm succeeded to get my need by this exmaple:

  def start(self):
        self.reqAccountSummary(9002, "All", "$LEDGER")

I have implemented the above function in the IB Api Class.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM