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?
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?