Please help me answer the 4 IB functions.

Please help me answer 4 IB functions.
#I need to subscribe to real-time market information, not historical quotes, python,
1. price; #Latest price
2. askPrice; #Selling price first layer
3. bidPrice #Buying price first layer
4. int(size) #Single tick transaction volume

I wish you all the best

1Ec59AGBXqQHNaCNXI3UaF68j2jEDIg3jWkDXQGOHw_eVV0R8Z1euB2xm6SCYfbHmypI
 

Attachments

  • unnamed.png
    unnamed.png
    5.4 KB · Views: 24
Last edited:
Please help me answer 4 IB functions.
#I need to subscribe to real-time market information, not historical quotes, python,
1. price; #Latest price
2. askPrice; #Selling price first layer
3. bidPrice #Buying price first layer
4. int(size) #Single tick transaction volume

I wish you all the best

1Ec59AGBXqQHNaCNXI3UaF68j2jEDIg3jWkDXQGOHw_eVV0R8Z1euB2xm6SCYfbHmypI

I have a mature intraday tick strategy,
but I have just transferred to Ib's AP I.
Welcome friends to give me advice and contact me as soon as possible.
WhatsApp: 203-973-7790
 
#I need to subscribe to real-time market quotes, not historical ticks, python,
There is a strict distinction.
Please ask professionals who understand data to answer
 
#I need to subscribe to real-time market quotes, not historical ticks, python,
There is a strict distinction.
Please ask professionals who understand data to answer

If you want to talk to a professional... duh, you have to pay them. Why on earth do you expect some rando on a spammy public message board to help you in a meaningful way for free?

PM me for my paypal address, deposit $500 in to it and I'll help. Otherwise, kick rocks.

Isn't that logical? Or are you waiting for Kamala to come to the rescue?
 
#I need to subscribe to real-time market quotes, not historical ticks, python,
There is a strict distinction.
Please ask professionals who understand data to answer
the python lib that IB provides shows you how to get realtime data. ib_insync allows you to get realtime data. If you cannot read the repo how will you write the code?
 
Back
Top