コード例 #1
0
ファイル: connection.hpp プロジェクト: ablochs/fix8
	/*! Call the FIXreader method
	    \return result of call */
	int writer_execute() { return _writer.execute(_writer.cancellation_token()); }
コード例 #2
0
ファイル: connection.hpp プロジェクト: ervinbosenbacher/fix8
	/*! Call the FIXreader method
	    \return result of call */
	int writer_execute() { return _writer.execute(); }