Introduction

View as MarkdownOpen in Claude

Tick attributes that describes additional information for price ticks

NameTypeDescription
CanAutoExecuteboolUsed with tickPrice callback from reqMktData. Specifies whether the price tick is available for automatic execution (1) or not (0).
PastLimitboolUsed with tickPrice to indicate if the bid price is lower than the day’s lowest value or the ask price is higher than the highest ask.
PreOpenboolIndicates whether the bid/ask price tick is from pre-open session.
UnreportedboolUsed with tick-by-tick data to indicate if a trade is classified as ‘unreportable’ (odd lots
BidPastLowboolUsed with real time tick-by-tick. Indicates if bid is lower than day’s lowest low.
AskPastHighboolUsed with real time tick-by-tick. Indicates if ask is higher than day’s highest ask.