This event will fire throughout the trading session, after calling WatchL2.
Update Key = Symbol, Book, MarketMakerID, OrderID, BidOrAsk
If there is an entry in your table with this update key, update the record with
the new TradeDate, TradeTime, and Quantity values.
Ignore this message if you are using the supplied grid Level II interface,
as the grid control automatically recognizes this message.
| ProcessL2CanadianSale (BSTR Symbol, long TradeDate, long TradeTime, double Price, long Quantity, BSTR Condition, BSTR OrderID, Level2Book Book, BidAsk BidOrAsk) |
Remarks
The ProcessL2CanadianSale event is for Canadian equities only.
If BidOrAsk is Bid, Quantity refers to the Bid Size. If BidOrAsk is Ask, Quantity refers to the Ask Size.
CorrelatedCount is the number of times an entry has been at the top (also known as @Top).
See Also
Level2Book, BidAsk, ProcessL2NASDAQRecap, ProcessL2CanadianRecap