コード例 #1
0
ファイル: wrapper.py プロジェクト: toledy/ib_insync
 def newsArticle(self, reqId, articleType, articleText):
     article = NewsArticle(articleType, articleText)
     self._endReq(reqId, article)
コード例 #2
0
ファイル: wrapper.py プロジェクト: yeswici/ib_insync
 def newsArticle(self, reqId: int, articleType: int, articleText: str):
     article = NewsArticle(articleType, articleText)
     self._endReq(reqId, article)