Search found 2 matches

by wavezerollc
Fri Apr 05, 2024 11:39 pm
Forum: General forum
Topic: Java Simplified API: Question regarding accessing Orderbook data
Replies: 3
Views: 606

Re: Java Simplified API: Question regarding accessing Orderbook data

Hi Andry,

Thank you so much that worked perfectly! That probably saved me a whole day or two of going on wild goose chases😂
by wavezerollc
Tue Apr 02, 2024 5:46 pm
Forum: General forum
Topic: Java Simplified API: Question regarding accessing Orderbook data
Replies: 3
Views: 606

Java Simplified API: Question regarding accessing Orderbook data

Hello all,  I am currently trying to figure out how I can access orderbook data from within the Java API. Here's what I have so far: If you see in my debugger, I can view the orderbook object if I insert a breakpoint in my overridden onBar function. I can view Bar data with the built in Bar object n...