Search found 276 matches

by Svyatoslav
Mon Mar 08, 2021 11:42 am
Forum: Bookmap API
Topic: Instrumentinfo null pointer exception
Replies: 7
Views: 2987

Re: Instrumentinfo null pointer exception

Which mode are you using? Replay/live? If live - which feeds are you connected to?
by Svyatoslav
Mon Mar 08, 2021 10:26 am
Forum: Bookmap API
Topic: Instrumentinfo null pointer exception
Replies: 7
Views: 2987

Re: Instrumentinfo null pointer exception

What is the last build where you didn't have such issue?
by Svyatoslav
Mon Mar 08, 2021 9:27 am
Forum: Bookmap API
Topic: Instrumentinfo null pointer exception
Replies: 7
Views: 2987

Re: Instrumentinfo null pointer exception

Could you please specify which line exactly throws an exception now? I see that you call some "init" function, which is presumably not part of API, that's why I'm asking. Do you observe the same behavior with demo modules? Does it happen reliably (i.e. on every start) or randomly? Could you share a ...
by Svyatoslav
Mon Mar 08, 2021 8:21 am
Forum: Bookmap API
Topic: How to change the price value shown in data tooltip?
Replies: 6
Views: 2637

Re: How to change the price value shown in data tooltip?

Hi. If you are using core api (which you seem to be) - how is your ValuesFormatter defined? If you can share a short example which shows the issue - would be great.
by Svyatoslav
Fri Mar 05, 2021 9:56 am
Forum: Bookmap API
Topic: Canvas removeShape help
Replies: 2
Views: 1984

Re: Canvas removeShape help

Are you sure the icon that you are removing is actually the same one you added? I assume your code sample is incomplete (uninitialized variable, freshly created canvas with no icons has icon removed from it), so if possible please provide a more complete example.
by Svyatoslav
Tue Mar 02, 2021 2:15 pm
Forum: General forum
Topic: Using DXFeed API
Replies: 1
Views: 10451

Re: Using DXFeed API

Hi. DxFeed API is not public. Yes, documentation is open, but in order to get data from it you need to sign an agreement directly with them. We are explicitly forbidden from re-exporting DxFeed data.
by Svyatoslav
Wed Feb 24, 2021 9:16 am
Forum: Bookmap API
Topic: Rithmic Delay Message
Replies: 3
Views: 2884

Re: Rithmic Delay Message

Are you asking if there is a way to configure R Trader to pass data faster? I am not aware of any way to do that. In cases where R Trader is a bottleneck (which it might or might not be - e.g. if your network is a bottleneck, then having plugin mode on or off does not matter) connecting directly sho...
by Svyatoslav
Tue Feb 23, 2021 7:52 pm
Forum: Bookmap API
Topic: Rithmic Delay Message
Replies: 3
Views: 2884

Re: Rithmic Delay Message

Red text means ingested data is delayed already. When bookmap itself does not keep up (case 3) symptoms typically look like bookmap postponing recentering (which can look like freezing) as a last effort to catch up. While it's possible to delay data ingest by in-process issues, it's not something we...
by Svyatoslav
Tue Feb 23, 2021 7:46 pm
Forum: Bookmap API
Topic: Screen Space Painter Tools / APIs
Replies: 8
Views: 3488

Re: Screen Space Painter Tools / APIs

Not really. Screen Space Painter extension (same as some other extensions) can be used from both Simplified and Core API in a similar way.
by Svyatoslav
Tue Feb 23, 2021 7:42 pm
Forum: Bookmap API
Topic: Using HistoricalDataModeListener
Replies: 5
Views: 2639

Re: Using HistoricalDataModeListener

It's not larger, it's a development snapshot. x.x.1.x builds are development builds, those can't be directly compared to release ones (x.x.0.x)

Also make sure to switch repository from http://maven.bookmap.com/maven2/develop/ to http://maven.bookmap.com/maven2/releases/ to use release branch.