Search found 276 matches

by Svyatoslav
Tue Oct 30, 2018 4:37 pm
Forum: General forum
Topic: problems to start with api
Replies: 5
Views: 9585

Re: problems to start with api

First of all - sorry for the inconvenience caused, I think cleaning up the documentation and L0 demo is a bit overdue... We'll try to handle that shortly (some of that is being handled right now). That parameter actually was removed in Bookmap 7.0.0 b48, but for some reason change did not get to pub...
by Svyatoslav
Mon Oct 29, 2018 8:13 am
Forum: General forum
Topic: problems to start with api
Replies: 5
Views: 9585

Re: problems to start with api

Are those errors or warnings? Deprecation is typically a warning, meaning you still can compile and run. It just means that this method ideally should not be used. Regarding why those are in the demo project... we deprecated IndicatorPointUserMessage and OrderQueuePositionUserMessage because it's th...
by Svyatoslav
Sat Oct 27, 2018 5:44 pm
Forum: General forum
Topic: problems to start with api
Replies: 5
Views: 9585

Re: problems to start with api

Hi, This error usually appears when Java does not recognize the version. If I'm not mistaken, version 54 is Java 10, and bookmap currently uses Java 8. Try building your code with Java 8 instead of 10. Wich JRE is needed? Both JDK and JRE should be Java 8. Bookmap comes with bundled JRE (which you c...
by Svyatoslav
Fri Oct 26, 2018 7:15 am
Forum: Bookmap Connect API and Quant solution
Topic: Connect to Indian Data Vendor ( True Data )
Replies: 6
Views: 22284

Re: Connect to Indian Data Vendor ( True Data )

Hi, are you a developer (or maybe consider hiring a developer)? If so - please take a look at our https://bookmap.com/wiki/Bookmap_API#Bookmap_Connect_solution and https://github.com/BookmapAPI/Layer0ApiDemo repository - repository contains an example of how you could connect another platform to Boo...
by Svyatoslav
Tue Jul 31, 2018 7:09 am
Forum: OKEx
Topic: OKEx
Replies: 7
Views: 24777

Re: OKEX

Regarding autodiscovery - I'm not sure if I replied in skype or not, so writing it here (also for everyone with similar question): autodiscovery works as soon as you mark your adapter as @Layer0LiveModule, which you already did according to repository. This will make Bookmap automatically load your ...
by Svyatoslav
Wed Jul 18, 2018 1:03 pm
Forum: OKEx
Topic: OKEx
Replies: 7
Views: 24777

Re: OKEX

Hi Aris, I have started reviewing/building the code, and have faced an issue - could you please describe the build process in readme file? My guess was that it's built via "mvn package" but that resulted in a jar containing all dependencies, including bookmap L1 classes, which created issues during ...