Receive Group Events Subscription

View as MarkdownOpen in Claude

EWrapper.displayGroupUpdated (

requestId: int. Request identifier used to track data.

contractInfo: String. Contract information produced for the active display group.

)
Call triggered once after receiving the subscription request, and will be sent again if the selected contract in the subscribed * display group has changed.

1def displayGroupUpdated(self, reqId: int, contractInfo: str):
2 print("DisplayGroupUpdated. ReqId:", reqId, "ContractInfo:", contractInfo)