Search found 3 matches

by asmf
Fri Feb 17, 2023 9:39 pm
Forum: Bookmap API
Topic: Timer Functionality in Core API
Replies: 1
Views: 7608

Timer Functionality in Core API

In the Core API, is there any functionality similar to IntervalListener? Or do I need to roll a custom Timer inside my code? I'm looking for some timer mechanism that makes a callback every X seconds.  The implementation in Simplified works great for my use case (IntervalListener, getInterval, onInt...
by asmf
Mon Feb 13, 2023 11:55 pm
Forum: Bookmap API
Topic: Discrepancy in Order CSV Format for Send Orders
Replies: 2
Views: 6889

Re: Discrepancy in Order CSV Format for Send Orders

Thanks Andrey for the quick response.  That makes sense. Just to clarify, I think the format for `UPDATE` is: U,<date>,<time>,<subsecond>,<order id>,<limit price>,<stop price>,<stop triggered>,<size> And the format for 'SEND' is: S,<date>,<time>,<subsecond>,<order id>,<instrument alias>,<bid(1) or a...
by asmf
Sun Feb 12, 2023 7:16 pm
Forum: Bookmap API
Topic: Discrepancy in Order CSV Format for Send Orders
Replies: 2
Views: 6889

Discrepancy in Order CSV Format for Send Orders

In the documentation for the format of the Orders CSV data file, there appears to be a discrepancy with what BookMap is actually exporting. The documentation for 'SEND' states the format as: S,<date>,<time>,<subsecond>,<order id>,<instrument alias>,<bid(1) or ask(0)>,<price>,<size> S,20180817,132604...