API Support » Account TotalBalance.NetLiq not accurate May 18, 2022 @ 08:11 PM (Total replies: 3) | |||||
FYI - I am using the .NET API. Esther Winter
|
|||||
API Support » Account TotalBalance.NetLiq not accurate May 18, 2022 @ 08:11 PM (Total replies: 3) | |||||
FYI - I am using the .NET API. Esther Winter
|
|||||
API Support » Account TotalBalance.NetLiq not accurate May 18, 2022 @ 08:09 PM (Total replies: 3) | |||||
I need to get the Net Liq value using code. I have the following code: var account = _gfClient.Accounts.Get().Where(a => a.ID.Value.ToString() == accountID).FirstOrDefault(); var netLig = account.TotalBalance.NetLiq; The value of netLiq does not equal the value of Net Liq shown in the account summary. How can I get the actual Net Liq value? Esther Winter
|
|||||
API Support » Quotes not working from sample example Mar 25, 2011 @ 12:57 PM (Total replies: 1) | |||||
Well, tried running this from the VS 2008 solution and it does work, so I'm fine with that. Thanks! Esther Winter |
|||||
API Support » Quotes not working from sample example Mar 25, 2011 @ 12:36 PM (Total replies: 1) | |||||
I downloaded the API Advanced Example and I'm running it from VS 2010. When I click on the Quotes tab and try to Subscribe to a Contract, nothing happens. I then downloaded the API Advanced Example EXE, ran it, and it does work. Can I get the code for the working EXE example? Does this work for anyone from the code that's posted online? Esther Winter |