API Support Forum
User Profile

Viewing User Profile for: ZDay


About

N/A

Apr 12, 2018 11:40 AM

Dec 07, 2018 02:56 PM




Post Statistics
ZDay has contributed to 25 posts out of 5593 total posts

20 most recent posts:

API Support » Spread Leg Weight property is missing in OECAPICOM Dec 09, 2014 @ 04:25 PM (Total replies: 2)

Done.

The new version that includes the Weight property can be downloaded from the following location:

http://futures.gaincapital.com/trading/api/documentation.cfm

Thanks,




Zachary Day
Edited by ZDay on Dec 9, 2014 at 16:25:29
Edited by ZDay on Dec 9, 2014 at 16:26:22

API Support » Subscriptions limits: position count impacts quote count and quote limit reached? Oct 17, 2014 @ 10:08 AM (Total replies: 5)

Q1: QuotesOptions == 50, and Quote also == 50

Q2: We are working on this.

Thanks,

Zachary Day

API Support » Subscriptions limits: position count impacts quote count and quote limit reached? Oct 16, 2014 @ 06:03 PM (Total replies: 5)

If QuotesOptions == 0, the Quotes value is used. So it should be 50 for both.

Zachary Day

API Support » Subscriptions limits: position count impacts quote count and quote limit reached? Oct 16, 2014 @ 03:17 PM (Total replies: 5)

Hello Chris.

Q1: Quote subscriptions for existing positions do count towards the quote subscription limit.

Q2: We are in the process of fixing this so that subscriptions to quotes for closed positions will be automatically unsubscribed.

Q3: There are separate limits for futures and options.


Thanks,

Zachary Day

API Support » http://futures.gaincapital.com/cfbb/index.cfm Oct 03, 2014 @ 10:17 AM (Total replies: 5)

Can you please provide snippets of the code you believe is causing the issue?

Also, what version of the DLLs are you using? Please download the latest version of OEC Trader (3.5) and extract the DLLs from c:\Program Files (x86)\OEC\Trader 3.5

Zachary Day

API Support » http://futures.gaincapital.com/cfbb/index.cfm Oct 02, 2014 @ 05:14 PM (Total replies: 5)

Hello.

When the application is in this "hanged" state, does the OECClient.OnError event fire?

Zachary Day

Market Data » Advice request regarding spreads contracts, charts, and orders Oct 01, 2014 @ 05:00 PM (Total replies: 8)

8. Instead of SymbolLookup, please use RequestContracts.

OECAPI()->RequestContracts(OECAPI()->BaseContracts->FindBySymbol("GCL FTS"));

Zachary Day