Search found 44 matches

by blk
Mon Mar 22, 2021 11:55 am
Forum: Bookmap API
Topic: Is it possible to use Injector module with Simplified API?
Replies: 1
Views: 1452

Is it possible to use Injector module with Simplified API?

Hi,

I have an addon which uses the simplified API and I would like to add an injector method when the user sends a new Order.

I'm wondering if I can use both together on the same addon or do I need to move my addon to Core API? 

Thanks,
by blk
Tue Feb 23, 2021 10:54 pm
Forum: Bookmap API
Topic: Rithmic Delay Message
Replies: 3
Views: 2901

Re: Rithmic Delay Message

Is there any tuning we can do on R Trader Pro or the solution is to connect directly to Rithmic? Lately with the market volatility the amount of times I see these messages is very high
by blk
Fri Feb 12, 2021 1:45 pm
Forum: Bookmap API
Topic: Any ways to distinguish bracket orders from other orders?
Replies: 3
Views: 2143

Re: Any ways to distinguish bracket orders from other orders?

Thank you for your reply, I think that would be a great feature for any BM addon developer that wants to work with orders.

Regarding the core API, is it possible to use injector with the other Listeners? e.g. Layer1 TradeListener, Depth... 
by blk
Fri Feb 12, 2021 1:04 pm
Forum: Bookmap API
Topic: How to get the position value/updates from Core API
Replies: 2
Views: 1518

Re: How to get the position value/updates from Core API

Thank you, I will give it a try on Rithmic.
by blk
Fri Feb 12, 2021 3:33 am
Forum: Bookmap API
Topic: Any ways to distinguish bracket orders from other orders?
Replies: 3
Views: 2143

Any ways to distinguish bracket orders from other orders?

Hi,

Is there a way to distinguish bracket orders from regular limit/stop orders placed on heatmap/dom columns ? 

I'm wondering if is there any field on the OrderInfoUpdate that we can check.

Thanks,
blk
by blk
Fri Feb 12, 2021 3:29 am
Forum: Bookmap API
Topic: How to get the position value/updates from Core API
Replies: 2
Views: 1518

How to get the position value/updates from Core API

Hi,

Is it possible to get updates when position changes via Core API? In this case I don't want to have an indicator, I just need the position value update from Rithmic/CQG in order to do some algo work.

Something similar to PositionListener? Do you have any examples?

Thanks,
blk
by blk
Sun Feb 07, 2021 6:20 pm
Forum: Bookmap API
Topic: How to set Xms and other JVM Arguments
Replies: 1
Views: 1310

How to set Xms and other JVM Arguments

Hi,

Is there a way to set JVM Arguments via config file for BM or is this only possible if we run BM from command line?

Thanks,
 
by blk
Fri Jan 29, 2021 1:55 pm
Forum: Request a connection
Topic: Denali Exchange Data Feed
Replies: 9
Views: 26212

Re: Denali Exchange Data Feed

+1
by blk
Wed Dec 23, 2020 4:57 pm
Forum: Bookmap API
Topic: BM 7.2_9 eclipse loading issue
Replies: 1
Views: 1587

BM 7.2_9 eclipse loading issue

Hi, After upgrading to 7.2_9  I'm trying to run Bookmap via eclipse and I'm getting the following exception after choosing any load option (Replay, external data / sim or external data real) - After the error BM gets stuck.   20201223 16:37:14.143(UTC) INFO: Activation result = OK 20201223 16:37:14....
by blk
Fri Dec 18, 2020 2:10 pm
Forum: Bookmap API
Topic: Custom horizontal bar builder
Replies: 4
Views: 9734

Re: Custom horizontal bar builder

Any examples on how to use ScreenSpace Extension with Simplified api?