标签: quickfix
如何比较python的quickfix中的两个修复字段?我试过这个:
execType = fix.ExecType(fix.Exectype_NEW) if execType == fix.ExecType(fix.ExecType_NEW): print 'success'
,但没有成功。还有其他办法吗?