Search found 1 match

by poliihor
Tue Apr 11, 2023 12:29 pm
Forum: Bookmap API
Topic: How to send orders to bookmap
Replies: 4
Views: 7660

Re: How to send orders to bookmap

Hello, Can an example be provided how to send a single order, Using code below sends multiple orders if used on Bbo or on Trade SimpleOrderSendParametersBuilder longOrderSendParameters = new SimpleOrderSendParametersBuilder(alias, true, ls); longOrderSendParameters.setLimitPrice(emaValue * pips); lo...