API Support Forum
User Profile

Viewing User Profile for: EWinter


About

Mar 23, 2011 11:59 AM

May 18, 2022 08:11 PM

May 18, 2022 08:11 PM



Post Statistics
EWinter has contributed to 5 posts out of 5593 total posts (0.09%) in 4789 days (0.00 posts per day).

20 most recent posts:

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