How can I compare two fix fields in quickfix for python? I've tried this:
execType = fix.ExecType(fix.Exectype_NEW)
if execType == fix.ExecType(fix.ExecType_NEW):
print 'success'
, but didn't succed. Is there any other way to do it?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire