Search found 21 matches

by hesaid
Wed Sep 08, 2021 9:35 am
Forum: Bookmap API
Topic: How to update Trade Status panel
Replies: 5
Views: 10344

Re: How to update Trade Status panel

The main purpose is to send positon,balance updates from external source to bookmap and display them in trading panel namely in a separate thread I get repetive events which I'd like to push to the position/balance listener
by hesaid
Tue Sep 07, 2021 7:31 pm
Forum: Bookmap API
Topic: How to update Trade Status panel
Replies: 5
Views: 10344

Re: How to update Trade Status panel

Hi Svyatoslav!
Update after a short research.
I need implememtation in @Layer1Injectable (extends Layer1ApiInjectorRelay) class. I have implemented BalanceListener, PositionListener interfaces - no effect. onStatus, onBalance, onPositionUpdate aren't called.

Thanks
by hesaid
Tue Sep 07, 2021 3:52 pm
Forum: Bookmap API
Topic: How to update Trade Status panel
Replies: 5
Views: 10344

Re: How to update Trade Status panel

Ok. Thank you, Svyatoslav!
by hesaid
Mon Sep 06, 2021 7:57 pm
Forum: Bookmap API
Topic: How to update Trade Status panel
Replies: 5
Views: 10344

How to update Trade Status panel

Hello,
How can I update trade panel components (Position, P&L, etc.) with my own values? 
Thanks 
by hesaid
Fri Aug 06, 2021 8:06 pm
Forum: Bookmap API
Topic: historical data, L0
Replies: 6
Views: 3400

Re: historical data, L0

1st option looks more preferable for me.
by hesaid
Fri Aug 06, 2021 3:39 pm
Forum: Bookmap API
Topic: historical data, L0
Replies: 6
Views: 3400

Re: historical data, L0

There is no license restriction. Proprietary source
by hesaid
Fri Aug 06, 2021 10:44 am
Forum: Bookmap API
Topic: historical data, L0
Replies: 6
Views: 3400

Re: historical data, L0

Hi Svyatoslav,
Correct. I have realtime source and I have historical data from that source. I want to load historical data first and then switch to realtime once historcial data are finished. In fact, the same approach you use when I load historical data for dxFeed.
by hesaid
Thu Aug 05, 2021 9:33 pm
Forum: Bookmap API
Topic: historical data, L0
Replies: 6
Views: 3400

historical data, L0

Hi,
I'd like to load historical data  before starting realtime feed. For realtime I  inherit from ExternalLiveBaseProvider. 
The question is how to synchronize time between historcal data and bookmap. getCurrentTime is declared as final.
Any suggestions?
Thanks
 
by hesaid
Mon Apr 12, 2021 3:47 pm
Forum: Bookmap API
Topic: List of symbols in the Subscibe dialog
Replies: 0
Views: 2111

List of symbols in the Subscibe dialog

Hi,
How can I fill the list of symbols in the subscription dialog? I guess LookupSubscibeInfo class is specifically intended for this,
will appreciate if you provide a sample code.

 
by hesaid
Mon Dec 21, 2020 9:36 am
Forum: Bookmap API
Topic: How to import custom API modules into Bookmap
Replies: 19
Views: 73623

Re: How to import custom API modules into Bookmap

Hi, Your support team sent me instructions describing on how to sign my module:  step 1 is "add @UnrestrictedData annotation to your strategy entry point" step 2 is "send it to us" then we sign it and signature becomes available within 15 min.  then you just restart bookmap and it should work. There...