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

Class TickAttribLast

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

Source from the content-addressed store, hash-verified

282
283
284class TickAttribLast(Object):
285 def __init__(self):
286 self.pastLimit = False
287 self.unreported = False
288
289 def __str__(self):
290 return "PastLimit: %d, Unreported: %d" % (self.pastLimit, self.unreported)
291
292
293class FamilyCode(Object):

Callers 4

decodeHistoricalTickLastFunction · 0.90
processTickByTickMsgMethod · 0.70
__init__Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected