API Support Forum
User Profile

Viewing User Profile for: DComolli


About

May 16, 2008 12:12 PM

Jul 17, 2009 12:00 AM

Sep 27, 2010 02:17 PM



Post Statistics
DComolli has contributed to 15 posts out of 5593 total posts (0.27%) in 5830 days (0.00 posts per day).

20 most recent posts:

API Support » OSM Orders Jul 17, 2009 @ 12:00 AM (Total replies: 13)

Have these OSM changes been migrated to production?

API Support » OSM Orders Jun 22, 2009 @ 12:00 AM (Total replies: 13)

Thanks, that fixed it.

API Support » OSM Orders Jun 19, 2009 @ 12:00 AM (Total replies: 13)

I am running version 3.3.0.4 of the OEC Trader Developer. It has 8 order types available for the OSM Iceberg algorithm.

API Support » OSM Orders Jun 18, 2009 @ 12:00 AM (Total replies: 13)

Thank you for the fix. It appears to be working fine in the dev environment. Is the fix needed in simulation and production as well?

According to the OrderTypes property of the iceberg OSM algorithm, the algorithm can only be applied to order types (Iceberg, Limit, Market, Stop, StopLimit, MarketIfTouched, MarketOnClose, and MarketOnOpen). Is this correct?

API Support » OSM Orders Jun 15, 2009 @ 12:00 AM (Total replies: 13)

Here are a couple more order number pairs:

200155519 - filled, no iceberg
200155517 - working, iceberg

200155530 - filled, no iceberg
200155528 - working, iceberg

API Support » OSM Orders Jun 12, 2009 @ 12:00 AM (Total replies: 13)

Does the simulation environment (api.openecry.com) support OSM orders? Does OSM require a special entitlement?

We are using both the API and OEC Trader Developer to enter various OSM orders. For example, we entered the following two orders:

(order 1) Buy 10 ZNU9 STP 113 22.0 LMT 114 00.0
(order 2) Buy 10 ZNU9 STP 113 22.0 LMT 114 00.0 OSM: Iceberg [ShowVolume=3;]

The two orders are identical except for the iceberg parameter. The first order gets filled as expected, however, the second order does not move beyond the “Working” state (even after a couple days). We have tried a dozen or so other OSM orders, but none of them move beyond the “Working” state. Is there something we are not setting?

Thank you for your help.

API Support » OSM Orders Jun 12, 2009 @ 12:00 AM (Total replies: 13)

The one with out iceberg is 200154985; the one with is 200154980.

API Support » In-activity Timeout? Jul 07, 2008 @ 12:35 PM (Total replies: 1)

Does the api have some sort of in-activity time out built into it? Our application runs as a service and over the weekend, our connection was lost without any disconnect events or logoff notifications.

The OEC api seemed to think it was still connected (we were able to create orders) but it really wasn't logged onto the OEC server.

If there is a timeout, what do we need to do to make it think we are still there?

Dana

API Support » API Server down? Jun 09, 2008 @ 12:30 PM (Total replies: 9)

Is there way to populate the draft.Contract property without first downloading the contracts, or must this be done first before an order can be created for a contract?

API Support » API Server down? Jun 09, 2008 @ 12:26 PM (Total replies: 9)

Thanks

API Support » API Server down? Jun 09, 2008 @ 12:19 PM (Total replies: 9)

OECClient.Contracts only contains 7 contracts
OECClient.BaseContracts item for ZC returns a collection of 0 length for its Contracts collection as well as for the various Get methods.

API Support » API Server down? Jun 09, 2008 @ 12:11 PM (Total replies: 9)

Would this also affect no being able to obtain contracts for markets such as ZC?

Dana

API Support » Remoting and Events May 16, 2008 @ 03:24 PM (Total replies: 4)

Any way to have the multiple clients connect from separate computers? My initial try shows that using CreateInstance on one computer causes the api instance on the other computer to disconnect.

Dana

API Support » Remoting and Events May 16, 2008 @ 01:00 PM (Total replies: 4)

Thanks, that fixed it.

Dana

API Support » Remoting and Events May 16, 2008 @ 12:17 PM (Total replies: 4)

I am trying to test remoting and I am unable to get the remote system to receive and events other than logon failed.

I am working with your simple sample program, changing the new OEC.API.OECClient(); to OEC.API.OECClient.CreateInstance(true); .

I then log in using the OEC Trader Dev application and enable remoting from the menu. I then connect using the sample. The sample comes up and thinks it is connected, but no events are fired if a new trade is created in the OEC Trader Dev application.

I have also tried this using a very simple VB.NET program and I get the same results.

What needs to be done in order to get the "remote" system to see the events?

Thanks,

Dana