Announcement

Collapse
No announcement yet.

time and sales exchange filter

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • time and sales exchange filter

    Hi, I want to make a time and sales request but filtered for NYSE only.
    in the documentation I see it's possible, but I don't see what value to set exactly..

    in TimeSalesFilter
    sQuoteExchangesList is a space delimited list of desired quote exchanges.

    what should be the value to have NYSE only time and sales ?

    thanks

  • #2
    I haven't used that field myself, but have you tried either:

    sQuoteExchangesList = "NYSE";

    or:

    sQuoteExchangesList = "N";

    I would assume it would be one of those two.

    Cheers... George

    Comment

    Working...
    X