MCPcopy Create free account
hub / github.com/TraderAlice/OpenAlice / TickAttrib

Class TickAttrib

packages/ibkr/ref/source/pythonclient/ibapi/common.py:261–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259
260
261class TickAttrib(Object):
262 def __init__(self):
263 self.canAutoExecute = False
264 self.pastLimit = False
265 self.preOpen = False
266
267 def __str__(self):
268 return "CanAutoExecute: %d, PastLimit: %d, PreOpen: %d" % (
269 self.canAutoExecute,
270 self.pastLimit,
271 self.preOpen,
272 )
273
274
275class TickAttribBidAsk(Object):

Callers 2

processTickPriceMsgMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected