Exchange name

James

Member
Joined
Feb 2, 2024
Posts
8
Likes
0
Hello. I can't find a method to get the exchange name for every trade.
The Tick Interface has only getExchOrderId() and getAggExchOrderId() which return an order ID.
But, I want to get the Exchange field (NSDQ, ARCA, BATS, etc.) from the Time And Sales Panel.
For example:

Time Price Size Exchange

18:10:01 225.45 1000 NSDQ
18:10:02 225.46 200 ARCA
18:10:05 225.55 500 EDGX

Is there any way to get this field from the Time and Sales Panel using SDK?
 
Thanks, but, as expected, it's the exchange name of the instrument and it's always the same.
My question is related to the Consolidated US Equities Level 1 (NBBO) data feed, which provides data from various exchanges.
 
Thanks, but, as expected, it's the exchange name of the instrument and it's always the same.
My question is related to the Consolidated US Equities Level 1 (NBBO) data feed, which provides data from various exchanges.
Send an email to support to ask the dev team. It worked for me in the past.

cheers.
 
Top