Receiving FA Groups and Profiles

View as MarkdownOpen in Claude

EWrapper.receiveFA (

faDataType: int. Receive the faDataType value specified in the requestFA. See FA Data Types

faXmlData: String. The xml-formatted configuration.
)

Receives the Financial Advisor’s configuration available in the TWS.

1def receiveFA(self, faData: FaDataType, cxml: str):
2 print("Receiving FA: ", faData)
3 open('log/fa.xml', 'w').write(cxml)