Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
QuickFix dll と QuickFix インターフェイスを使用する場合、QuickFix ファイル ストア ファクトリとログ ファクトリを使用して新しいセッションを作成しています。これらのログ ファイルを一度にクリアする方法またはプロセスはありますか?
私は次のことを試しましたが、うまくいかないようです:
DirectCast(QFInterface.LogFactory, QuickFix.Log).Clear()
LogFactory と Log は継承関係がないため、DirectCast は動作しません。Log インスタンスで clear を呼び出すだけです。