API Support » Price Feed Jun 18, 2008 @ 09:27 AM (Total replies: 18) | |||||
Thanks friend for that. I want to know is that possible to have multiple logins of same account same time is it possible that one login account use for muliple applications same time same account? |
|||||
API Support » Price Feed Jun 18, 2008 @ 08:56 AM (Total replies: 18) | |||||
Now it is showing. After selecting the pair on combo box is it update the rates automatic? and is these rates are real/live? Thanks for your information. Thanks Zafar |
|||||
API Support » Price Feed Jun 18, 2008 @ 08:31 AM (Total replies: 18) | |||||
Hi, I changed the following code private void LoadContracts() { foreach (OEC.API.BaseContract bc in oecClient1.ContractGroups["Indices"].BaseContracts) if (bc.IsFuture) oecClient1.RequestContracts( bc ); } indicies to Currencies, indicies to Metals,indicies to Meats. But i am not getting these catagory pairs.When i add Indicies in the code it give me only indicis? Is the price feed for CME or othre futures exchanges are live? Thanks Zafar |
|||||
API Support » Price Feed Jun 18, 2008 @ 06:32 AM (Total replies: 18) | |||||
Hi, I am confused that i am only getting indicies in the list not the CME or Currencies exchange. I even logged in the trading station and subscribe it through that but not working. How i can activate the CME exchange for Feed. Thanks Zafar |
|||||
API Support » Price Feed Jun 18, 2008 @ 01:25 AM (Total replies: 18) | |||||
Hi, It now shows me indicies,. I actually want that without selecting contracts symbols through combo box i get prices on everytick with symbol and it update into the database So i actually call like Contract.PriceToString( Contract.CurrentPrice.LastPrice ), Contract.PriceToString( Contract.CurrentPrice.AskPrice ), Contract.PriceToString( Contract.CurrentPrice.BidPrice ) // Contract.PricetoString ( Contract.Name), Something like that. Thanks Zafar |
|||||
API Support » Price Feed Jun 18, 2008 @ 12:52 AM (Total replies: 18) | |||||
Hi, I see that code, But the main thing is that i didn't got any contract list after login . I am not getting list of contracts in cbcontract combo box. Is there anyway that we get all products prices without subscribing or selecting the contract it or we get one by one price? Thanks Zafar |
|||||
API Support » Price Feed Jun 17, 2008 @ 04:05 PM (Total replies: 18) | |||||
Hi Friend, I downloaded but didn;t got it. I downloaded 2 advance and simple examples i am not seeing any function it it for seeing live bid and ask. Thanks Zafar |
|||||
API Support » Price Feed Jun 17, 2008 @ 03:50 PM (Total replies: 18) | |||||
I didn't got you. do you have sample in vb.net or vb? i am using simple api example downlaoded from your website. |
|||||
API Support » Price Feed Jun 17, 2008 @ 03:43 PM (Total replies: 18) | |||||
How i can subscribe to the contracts. Do you have code samples or another sample in vb.net? I want that when everytick change it update data to sql database. Thanks Zafar |
|||||
API Support » Price Feed Jun 17, 2008 @ 01:56 PM (Total replies: 18) | |||||
Hi, After talk on live help i get the login problem solved. Now i want to pick the Bid and Ask of contracts please tell me how i can get on event handle oecClient1_OnPriceChanged() is i need to pass the contract or it give me all contracts prices when it update. Thanks Zafar |