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

Class FamilyCode

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

Source from the content-addressed store, hash-verified

291
292
293class FamilyCode(Object):
294 def __init__(self):
295 self.accountID = ""
296 self.familyCodeStr = ""
297
298 def __str__(self):
299 return f"AccountId: {self.accountID}, FamilyCodeStr: {self.familyCodeStr}"
300
301
302class PriceIncrement(Object):

Callers 2

decodeFamilyCodeFunction · 0.90
processFamilyCodesMsgMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected