API Support Forum
User Profile

Viewing User Profile for: MMedved86


About

Sep 09, 2016 01:56 PM

Nov 17, 2016 07:06 PM

Nov 17, 2016 07:09 PM



Post Statistics
MMedved86 has contributed to 20 posts out of 5573 total posts (0.36%) in 2756 days (0.00 posts per day).

20 most recent posts:

API Support » A "stuck" order Nov 17, 2016 @ 07:06 PM (Total replies: 1)

On our developer acct (API002940) there is a "stuck" pending buy order - it cannot be canceled or modified.

1. Is it just a developer account glitch or can that happen with live accounts?

and

2. Can you delete that order for us please.

Thanks

API Support » Requesting/Receiving Range Bars Oct 20, 2016 @ 01:15 PM (Total replies: 6)

Ping... I'd really like to know if there is a way to unsub from histogram, and if there is a limit to such subs. Since, as the user may switch from DOM to DOM, that limit may be reached pretty quickly.

API Support » Requesting/Receiving Range Bars Oct 19, 2016 @ 12:52 PM (Total replies: 6)

Thank you, that's what I was looking for.

Is there a way to unsubscribe from histogram? And if not, is there a limit on the histogram subscribes?

API Support » Requesting/Receiving Range Bars Oct 19, 2016 @ 12:24 PM (Total replies: 6)

---
Edited by MMedved86 on Oct 19, 2016 12:25 PM

API Support » Requesting/Receiving Range Bars Oct 19, 2016 @ 12:00 PM (Total replies: 6)

In your DOM in OEC Trader there is the Volume by Price column where there is volume for each price level. In OEC Trader it shows instantaneously... How is that info received through API exactly? Is OEC trader using Range Bars to get that?
Edited by MMedved86 on Oct 19, 2016 12:25 PM

API Support » Option chain Oct 10, 2016 @ 03:30 PM (Total replies: 4)

... ping?

API Support » Option chain Oct 06, 2016 @ 02:30 PM (Total replies: 4)

Thank you, Vitaliy, this works well, except - even if I put a high number in DesiredResultCount, the # of contracts returned for ESZ6, for example, is 500. In OEC Trader when you bring up Option Chain for ESZ6 there are a lot more than 500 options there.

Is there a way to get all the options?

API Support » Future Options Symbology Oct 05, 2016 @ 03:07 PM (Total replies: 3)

So - to follow up, when I get all the futures options for a parent contract, I can go through them and if the expiration date's month does not match the month code, consider that contract invalid?

API Support » Future Options Symbology Oct 05, 2016 @ 02:07 PM (Total replies: 3)

A question about the discrepancy in the future options symbology:

an option with symbol OE5CV6 C209.5 has the expiration date of 11/02/2016.
The month letter for November is X, not V. Yet the symbol has the month letter V.

Can you clarify how the month letter is set in the symbol depending on the expiration date? Does it go by Monday or Sunday date of the week of expiration? And if so, is that a general principle for future options or is that OEC specific?

Also - for equity options, the call month codes are different from put month codes. Doesn't look like they are for futures options. Can you confirm that too?
Edited by MMedved86 on Oct 05, 2016 02:09 PM
Edited by MMedved86 on Oct 05, 2016 02:14 PM

API Support » Option chain Oct 04, 2016 @ 09:18 AM (Total replies: 4)

How do I get a list of all options for a symbol? The Contract has Options property, and HasOptions property. But, for example, for ESZ6 Contract, the HasOptions is true, but the Options has the Count of 0.
Edited by MMedved86 on Oct 04, 2016 09:19 AM

API Support » UUIDs Oct 03, 2016 @ 10:27 AM (Total replies: 7)

Would really help us in development right now to have two UUIDs for the demo acct. Possible?

API Support » UUIDs Sep 26, 2016 @ 04:22 PM (Total replies: 7)

Thanks. Will take a couple weeks more but will do.

API Support » UUIDs Sep 26, 2016 @ 01:33 PM (Total replies: 7)

Our software connects to many different brokers & datafeeds. For all the others, we have implemented direct to server connectivity. Internally the Trading and Data connections were always separate. With others we could establish 2 TCP/IP connections at the same time, no matter whether the quotes and trading were on the same account or different account.

With the OEC API, we didn't want to have to implement the FAST FIX ourselves, so we are looking at using the provided DLLs. However, it would make our integration drastically easier if we could establish two connections - one for quotes and one for trading, in order to avoid having to do significant rewrites of the underlying machinery that manages the datafeeds.

I understood from mentions that having two UUIDs for the application would solve that problem for us.

API Support » UUIDs Sep 24, 2016 @ 11:42 PM (Total replies: 7)

When we finish development and certify, will it be possible to obtain 2 UUIDs? The current infrastructure requires two connections - one for data and another for trading, and it would be a lot easier not to have to rewrite that.

API Support » Full snap quote when subscribing Sep 22, 2016 @ 09:51 PM (Total replies: 3)

After posting, I realized that there were probably no trades for ESZ7 for a couple of days, thus no "snapshot quote".

If that's the reason, never mind.

API Support » Full snap quote when subscribing Sep 22, 2016 @ 08:02 PM (Total replies: 3)

Right now, when I sub to ESZ6, I immediately get the OnPriceChanged called with a full price record.

If I do the same with ESZ7, there is no call to OnPriceChanged (or any other price event). I thought you're supposed to get a full snap quote immediately upon subrscribing?

(This is dev. environment, not prod).

API Support » Access to FIX Sep 21, 2016 @ 12:24 AM (Total replies: 1)

Seems like my regular paper trade acct only has access through the C# interface.

May I request access to FAST and FIX api as well?

API Support » Demo/sandbox account type Sep 12, 2016 @ 12:02 PM (Total replies: 8)

I am a bit confused on both points then:

1. Are you saying that the API doesn't support equities and equity options or that you (Gain Capital) don't. And if it's the second one, do any of the brokers that use your API support equities and equity options (basically I want to know whether to account for that in my code, since it will work with any broker that uses your API, not just Gain)

2. EventBatchInterval - there are discussions of it like this: https://apisupport.gainfutures.com/Topic/Index/391 and this: https://apisupport.gainfutures.com/Topic/Index/601 - is this not relevant anymore? Is there no throttling and the EventBatchInterval is obsolete?

API Support » Demo/sandbox account type Sep 12, 2016 @ 11:04 AM (Total replies: 8)

Thanks - but when you say "equities and equity options are not supported" - do you mean in the demo/sandbox account or in general?

And another question - the EventBatchInterval - it is settable - but when I set it to 1000, the quotes still come in sometimes at 100ms intervals... And at login EventBatchInterval is 0. What is it with "real" accounts?
Edited by MMedved86 on Sep 12, 2016 11:09 AM

API Support » Demo/sandbox account type Sep 09, 2016 @ 11:22 PM (Total replies: 8)

Is there any way to switch my demo acct type to one that supports equities and equity options as well as futures/forex?