Receive Component Exchanges

View as MarkdownOpen in Claude

EWrapper.smartComponents (

reqId: int. Request identifier used to track data.

smartComponentMap: SmartComponentMap. Unique object containing a map of all key-value pairs
)

Containing a bit number to exchange + exchange abbreviation dictionary. All IDs can be initially retrieved using reqTickParams.

1def smartComponents(self, reqId:int, smartComponentMap:SmartComponentMap):
2 print("SmartComponents:")
3 for smartComponent in smartComponentMap:
4 print("SmartComponent.", smartComponent)