API Support Forum
User Profile

Viewing User Profile for: GBerenyi319


About

Nov 13, 2013 05:04 PM

Dec 14, 2013 10:29 AM

Dec 19, 2013 01:30 PM



Post Statistics
GBerenyi319 has contributed to 3 posts out of 5593 total posts (0.05%) in 3816 days (0.00 posts per day).

20 most recent posts:

Market Data » OECClient.OnTicksReceived Price.OpenInterest Dec 14, 2013 @ 10:29 AM (Total replies: 0)

Hello OEC team and followers!

How often is this member updated?
Does this vary/OECClient.Contract.Symbol?
If so, is its update trigger somewhere to be queried?
Same for api sim and production servers?

George Berenyi

API Support » api server unsollicited xml transmission? Dec 06, 2013 @ 11:14 AM (Total replies: 3)

Yes, but does it mean the server thinks I've placed an OSM order? Are there other unsolicited xml messages one might need to know of?

George Berenyi

API Support » api server unsollicited xml transmission? Dec 02, 2013 @ 11:53 AM (Total replies: 3)

Hi, using folling config for Log thread :

OEC.API.OECClient.Global.SetLoggingConfig(new LoggingConfiguration { Level = LogLevel.All, DataFeedLoggingInterval = TimeSpan.FromSeconds(0), DataFeedLogIndexNumber = 0 });

I received this seemingly unsolicited xml snippet :

<OsmAlgoList XmlString=<?xml version="1.0" encoding="utf-16"?>
<OsmAlgoInfoList xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<List>
<OsmAlgoInfo Name="Iceberg">
<Params>
<Param Name="ShowVolume" Modifiable="true" Enabled="true" Description="Quantity that order will be splited." DataType="Integer" Units="Lots" DefaultValue="3">
<DomainValues>
<anyType xsi:type="xsd:int">1</anyType>
<anyType xsi:type="xsd:int">100000</anyType>
</DomainValues>
</Param>
</Params>
<OrderTypes>
<OrderType>Limit</OrderType>
<OrderType>StopLimit</OrderType>
</OrderTypes>
<OrderFlags>
<OrderFlags>None</OrderFlags>
<OrderFlags>GTC</OrderFlags>
</OrderFlags>
</OsmAlgoInfo>
<OsmAlgoInfo Name="ImprovedTimeSlice">
<Params>
<Param Name="AggregateUnfilled" Modifiable="true" Enabled="true" Description="Aggregate unfilled quantities to current time slice." DataType="Bool" Units="Yes/No" DefaultValue="False">
<Category>Price Improvement</Category>
<DomainValues>


...and so on for about 100 more lines.

Why? What does this message mean?

George Berenyi