Search found 6 matches

by birdienumnum68cr
Sun Jan 23, 2022 9:39 pm
Forum: Bookmap API
Topic: Developing with Bookmap API (step-by-step)
Replies: 38
Views: 83469

Re: Developing with Bookmap API (step-by-step)

Screenshot from 2022-01-24 08-33-26.png Hi dm08, I had the same issue. The issue is in the eclipse build path settings. Go to Java Build Path Libraries tab and use edit button. Your JRE is 'unbound', use the Workspace default JRE - see how in the screenshot mine is selected  (yours is not set).  
by birdienumnum68cr
Mon Jan 10, 2022 9:47 am
Forum: Bookmap API
Topic: API documentation
Replies: 12
Views: 48011

Re: API documentation

Hi Andrey, I downloaded the DemoStrategies sample add on and am inspecting the code. I noticed API Version is "2" and not "1". A snipet of code :- @Layer1Attachable @Layer1StrategyName("FeedRecorder demo") @Layer1ApiVersion(Layer1ApiVersionValue.VERSION2) public class FeedRecorder implements Layer1C...
by birdienumnum68cr
Thu Dec 30, 2021 12:39 am
Forum: Bookmap API
Topic: API documentation
Replies: 12
Views: 48011

Re: API documentation

Hi Andrey,
This worked!
Thank you for the quick and helpful responses.
Warren.
by birdienumnum68cr
Wed Dec 29, 2021 5:44 am
Forum: Bookmap API
Topic: API documentation
Replies: 12
Views: 48011

Re: API documentation

Hi Audrey, I have managed to setup Bookmap in Ubuntu Linux and the Eclipse IDE and run Bookmap via the debugger. My question is; If I now add an 'add on' into Bookmap by the using API Plug in option in Bookmap, Will this 'add on' stop in the debugger by setting a break point somewhere in its code in...
by birdienumnum68cr
Tue Dec 21, 2021 8:40 am
Forum: Bookmap API
Topic: API documentation
Replies: 12
Views: 48011

Re: API documentation

Thank you Andrey.

I am sure there will be further questions!
by birdienumnum68cr
Sat Dec 18, 2021 1:05 am
Forum: Bookmap API
Topic: API documentation
Replies: 12
Views: 48011

Re: API documentation

Hi, I have read through the available API docs including the Java Docs and want to confirm my understanding (or not! ) :- I am looking to build an 'add on' that would look to pick up orders in the order book at the MBO level plus each actual trade and then periodically (based on an interval) write t...