API Support Forum
OEC API > API Support > Work with livestream api in JAVA
Author Topic: Work with livestream api in JAVA
(2 messages, Page 1 of 1)
Moderators: VPfau
AZhuikov
Posts: 1
Joined: Aug 18, 2021


Posted: Aug 19, 2021 @ 01:49 PM             Msg. 1 of 2
Hi, how can I work with this API in Java, do this have any tutorials?
I need receive with Livestream pricing data
or if you have a tutorial for this in .net, please send a link
CMicciche902
Posts: 348
Joined:


Posted: Aug 19, 2021 @ 02:26 PM             Msg. 2 of 2
Per https://gainfutures.com/GFAPI/?topic=html/7e7bc85a-5565-457e-817d-897ce7d7b818.htm you could use FIX API if you're wanting to use Java. Use QuickFIX/J (https://quickfixj.org/) to interface with our FIX server.
Chris M