rem stringlengths 1 322k | add stringlengths 0 2.05M | context stringlengths 4 228k | meta stringlengths 156 215 |
|---|---|---|---|
this = apply(_quickfix.new_UnsupportedMessageType, args) | this = _quickfix.new_UnsupportedMessageType(*args) | def __init__(self, *args): this = apply(_quickfix.new_UnsupportedMessageType, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_UnsupportedVersion, args) | this = _quickfix.new_UnsupportedVersion(*args) | def __init__(self, *args): this = apply(_quickfix.new_UnsupportedVersion, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_TagOutOfOrder, args) | this = _quickfix.new_TagOutOfOrder(*args) | def __init__(self, *args): this = apply(_quickfix.new_TagOutOfOrder, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_RepeatedTag, args) | this = _quickfix.new_RepeatedTag(*args) | def __init__(self, *args): this = apply(_quickfix.new_RepeatedTag, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_RepeatingGroupCountMismatch, args) | this = _quickfix.new_RepeatingGroupCountMismatch(*args) | def __init__(self, *args): this = apply(_quickfix.new_RepeatingGroupCountMismatch, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_DoNotSend, args) | this = _quickfix.new_DoNotSend(*args) | def __init__(self, *args): this = apply(_quickfix.new_DoNotSend, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_RejectLogon, args) | this = _quickfix.new_RejectLogon(*args) | def __init__(self, *args): this = apply(_quickfix.new_RejectLogon, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_SessionNotFound, args) | this = _quickfix.new_SessionNotFound(*args) | def __init__(self, *args): this = apply(_quickfix.new_SessionNotFound, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_IOException, args) | this = _quickfix.new_IOException(*args) | def __init__(self, *args): this = apply(_quickfix.new_IOException, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_SocketException, args) try: self.this.append(this) except: self.this = this def errorToWhat(*args): return apply(_quickfix.SocketException_errorToWhat, args) | this = _quickfix.new_SocketException(*args) try: self.this.append(this) except: self.this = this def errorToWhat(*args): return _quickfix.SocketException_errorToWhat(*args) | def __init__(self, *args): this = apply(_quickfix.new_SocketException, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_SocketSendFailed, args) | this = _quickfix.new_SocketSendFailed(*args) | def __init__(self, *args): this = apply(_quickfix.new_SocketSendFailed, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_SocketRecvFailed, args) | this = _quickfix.new_SocketRecvFailed(*args) | def __init__(self, *args): this = apply(_quickfix.new_SocketRecvFailed, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_SocketCloseFailed, args) | this = _quickfix.new_SocketCloseFailed(*args) | def __init__(self, *args): this = apply(_quickfix.new_SocketCloseFailed, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
class FieldBase: | class FieldBase(_object): | def __init__(self, *args): this = apply(_quickfix.new_SocketCloseFailed, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_FieldBase, args) | this = _quickfix.new_FieldBase(*args) | def __init__(self, *args): this = apply(_quickfix.new_FieldBase, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
def setField(*args): return apply(_quickfix.FieldBase_setField, args) def setString(*args): return apply(_quickfix.FieldBase_setString, args) def getField(*args): return apply(_quickfix.FieldBase_getField, args) def getString(*args): return apply(_quickfix.FieldBase_getString, args) def getValue(*args): return apply(_q... | def setField(*args): return _quickfix.FieldBase_setField(*args) def setString(*args): return _quickfix.FieldBase_setString(*args) def getField(*args): return _quickfix.FieldBase_getField(*args) def getString(*args): return _quickfix.FieldBase_getString(*args) def getValue(*args): return _quickfix.FieldBase_getValue(*ar... | def setField(*args): return apply(_quickfix.FieldBase_setField, args) | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_StringField, args) try: self.this.append(this) except: self.this = this def setValue(*args): return apply(_quickfix.StringField_setValue, args) def getValue(*args): return apply(_quickfix.StringField_getValue, args) def __lt__(*args): return apply(_quickfix.StringField___lt__, args) def __gt_... | this = _quickfix.new_StringField(*args) try: self.this.append(this) except: self.this = this def setValue(*args): return _quickfix.StringField_setValue(*args) def getValue(*args): return _quickfix.StringField_getValue(*args) def __lt__(*args): return _quickfix.StringField___lt__(*args) def __gt__(*args): return _quickf... | def __init__(self, *args): this = apply(_quickfix.new_StringField, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_CharField, args) try: self.this.append(this) except: self.this = this def setValue(*args): return apply(_quickfix.CharField_setValue, args) def getValue(*args): return apply(_quickfix.CharField_getValue, args) | this = _quickfix.new_CharField(*args) try: self.this.append(this) except: self.this = this def setValue(*args): return _quickfix.CharField_setValue(*args) def getValue(*args): return _quickfix.CharField_getValue(*args) | def __init__(self, *args): this = apply(_quickfix.new_CharField, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_DoubleField, args) try: self.this.append(this) except: self.this = this def setValue(*args): return apply(_quickfix.DoubleField_setValue, args) def getValue(*args): return apply(_quickfix.DoubleField_getValue, args) | this = _quickfix.new_DoubleField(*args) try: self.this.append(this) except: self.this = this def setValue(*args): return _quickfix.DoubleField_setValue(*args) def getValue(*args): return _quickfix.DoubleField_getValue(*args) | def __init__(self, *args): this = apply(_quickfix.new_DoubleField, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_IntField, args) try: self.this.append(this) except: self.this = this def setValue(*args): return apply(_quickfix.IntField_setValue, args) def getValue(*args): return apply(_quickfix.IntField_getValue, args) | this = _quickfix.new_IntField(*args) try: self.this.append(this) except: self.this = this def setValue(*args): return _quickfix.IntField_setValue(*args) def getValue(*args): return _quickfix.IntField_getValue(*args) | def __init__(self, *args): this = apply(_quickfix.new_IntField, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_BoolField, args) try: self.this.append(this) except: self.this = this def setValue(*args): return apply(_quickfix.BoolField_setValue, args) def getValue(*args): return apply(_quickfix.BoolField_getValue, args) | this = _quickfix.new_BoolField(*args) try: self.this.append(this) except: self.this = this def setValue(*args): return _quickfix.BoolField_setValue(*args) def getValue(*args): return _quickfix.BoolField_getValue(*args) | def __init__(self, *args): this = apply(_quickfix.new_BoolField, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_UtcTimeStampField, args) try: self.this.append(this) except: self.this = this def setValue(*args): return apply(_quickfix.UtcTimeStampField_setValue, args) def getValue(*args): return apply(_quickfix.UtcTimeStampField_getValue, args) def __lt__(*args): return apply(_quickfix.UtcTimeStampField... | this = _quickfix.new_UtcTimeStampField(*args) try: self.this.append(this) except: self.this = this def setValue(*args): return _quickfix.UtcTimeStampField_setValue(*args) def getValue(*args): return _quickfix.UtcTimeStampField_getValue(*args) def __lt__(*args): return _quickfix.UtcTimeStampField___lt__(*args) def __eq_... | def __init__(self, *args): this = apply(_quickfix.new_UtcTimeStampField, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_UtcDateField, args) try: self.this.append(this) except: self.this = this def setValue(*args): return apply(_quickfix.UtcDateField_setValue, args) def getValue(*args): return apply(_quickfix.UtcDateField_getValue, args) def __lt__(*args): return apply(_quickfix.UtcDateField___lt__, args) def _... | this = _quickfix.new_UtcDateField(*args) try: self.this.append(this) except: self.this = this def setValue(*args): return _quickfix.UtcDateField_setValue(*args) def getValue(*args): return _quickfix.UtcDateField_getValue(*args) def __lt__(*args): return _quickfix.UtcDateField___lt__(*args) def __eq__(*args): return _qu... | def __init__(self, *args): this = apply(_quickfix.new_UtcDateField, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_UtcTimeOnlyField, args) try: self.this.append(this) except: self.this = this def setValue(*args): return apply(_quickfix.UtcTimeOnlyField_setValue, args) def getValue(*args): return apply(_quickfix.UtcTimeOnlyField_getValue, args) def __lt__(*args): return apply(_quickfix.UtcTimeOnlyField___l... | this = _quickfix.new_UtcTimeOnlyField(*args) try: self.this.append(this) except: self.this = this def setValue(*args): return _quickfix.UtcTimeOnlyField_setValue(*args) def getValue(*args): return _quickfix.UtcTimeOnlyField_getValue(*args) def __lt__(*args): return _quickfix.UtcTimeOnlyField___lt__(*args) def __eq__(*a... | def __init__(self, *args): this = apply(_quickfix.new_UtcTimeOnlyField, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_CheckSumField, args) try: self.this.append(this) except: self.this = this def setValue(*args): return apply(_quickfix.CheckSumField_setValue, args) def getValue(*args): return apply(_quickfix.CheckSumField_getValue, args) | this = _quickfix.new_CheckSumField(*args) try: self.this.append(this) except: self.this = this def setValue(*args): return _quickfix.CheckSumField_setValue(*args) def getValue(*args): return _quickfix.CheckSumField_getValue(*args) | def __init__(self, *args): this = apply(_quickfix.new_CheckSumField, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
class FieldMap: | class FieldMap(_object): | def getValue(*args): return apply(_quickfix.CheckSumField_getValue, args) | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_FieldMap, args) | this = _quickfix.new_FieldMap(*args) | def __init__(self, *args): this = apply(_quickfix.new_FieldMap, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
def setField(*args): return apply(_quickfix.FieldMap_setField, args) def getField(*args): return apply(_quickfix.FieldMap_getField, args) def getFieldRef(*args): return apply(_quickfix.FieldMap_getFieldRef, args) def getFieldPtr(*args): return apply(_quickfix.FieldMap_getFieldPtr, args) def isSetField(*args): return ap... | def setField(*args): return _quickfix.FieldMap_setField(*args) def getField(*args): return _quickfix.FieldMap_getField(*args) def getFieldRef(*args): return _quickfix.FieldMap_getFieldRef(*args) def getFieldPtr(*args): return _quickfix.FieldMap_getFieldPtr(*args) def isSetField(*args): return _quickfix.FieldMap_isSetFi... | def setField(*args): return apply(_quickfix.FieldMap_setField, args) | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_Message, args) | this = _quickfix.new_Message(*args) | def __init__(self, *args): this = apply(_quickfix.new_Message, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
def addGroup(*args): return apply(_quickfix.Message_addGroup, args) def replaceGroup(*args): return apply(_quickfix.Message_replaceGroup, args) def getGroup(*args): return apply(_quickfix.Message_getGroup, args) def removeGroup(*args): return apply(_quickfix.Message_removeGroup, args) def hasGroup(*args): return apply(... | if _newclass:InitializeXML = staticmethod(_quickfix.Message_InitializeXML) def addGroup(*args): return _quickfix.Message_addGroup(*args) def replaceGroup(*args): return _quickfix.Message_replaceGroup(*args) def getGroup(*args): return _quickfix.Message_getGroup(*args) def removeGroup(*args): return _quickfix.Message_re... | def addGroup(*args): return apply(_quickfix.Message_addGroup, args) | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
def getSessionID(*args): return apply(_quickfix.Message_getSessionID, args) def setSessionID(*args): return apply(_quickfix.Message_setSessionID, args) def __str__(*args): return apply(_quickfix.Message___str__, args) | if _newclass:isTrailerField = staticmethod(_quickfix.Message_isTrailerField) def getSessionID(*args): return _quickfix.Message_getSessionID(*args) def setSessionID(*args): return _quickfix.Message_setSessionID(*args) def __str__(*args): return _quickfix.Message___str__(*args) | def getSessionID(*args): return apply(_quickfix.Message_getSessionID, args) | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_Group, args) try: self.this.append(this) except: self.this = this def field(*args): return apply(_quickfix.Group_field, args) def delim(*args): return apply(_quickfix.Group_delim, args) def addGroup(*args): return apply(_quickfix.Group_addGroup, args) def replaceGroup(*args): return apply(_qu... | this = _quickfix.new_Group(*args) try: self.this.append(this) except: self.this = this def field(*args): return _quickfix.Group_field(*args) def delim(*args): return _quickfix.Group_delim(*args) def addGroup(*args): return _quickfix.Group_addGroup(*args) def replaceGroup(*args): return _quickfix.Group_replaceGroup(*arg... | def __init__(self, *args): this = apply(_quickfix.new_Group, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_Account, args) | this = _quickfix.new_Account(*args) | def __init__(self, *args): this = apply(_quickfix.new_Account, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_AdvId, args) | this = _quickfix.new_AdvId(*args) | def __init__(self, *args): this = apply(_quickfix.new_AdvId, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_AdvRefID, args) | this = _quickfix.new_AdvRefID(*args) | def __init__(self, *args): this = apply(_quickfix.new_AdvRefID, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_AdvSide, args) | this = _quickfix.new_AdvSide(*args) | def __init__(self, *args): this = apply(_quickfix.new_AdvSide, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_AdvTransType, args) | this = _quickfix.new_AdvTransType(*args) | def __init__(self, *args): this = apply(_quickfix.new_AdvTransType, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_AvgPx, args) | this = _quickfix.new_AvgPx(*args) | def __init__(self, *args): this = apply(_quickfix.new_AvgPx, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_ClOrdID, args) | this = _quickfix.new_ClOrdID(*args) | def __init__(self, *args): this = apply(_quickfix.new_ClOrdID, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_Commission, args) | this = _quickfix.new_Commission(*args) | def __init__(self, *args): this = apply(_quickfix.new_Commission, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_CommType, args) | this = _quickfix.new_CommType(*args) | def __init__(self, *args): this = apply(_quickfix.new_CommType, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_CumQty, args) | this = _quickfix.new_CumQty(*args) | def __init__(self, *args): this = apply(_quickfix.new_CumQty, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_Currency, args) | this = _quickfix.new_Currency(*args) | def __init__(self, *args): this = apply(_quickfix.new_Currency, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_ExecID, args) | this = _quickfix.new_ExecID(*args) | def __init__(self, *args): this = apply(_quickfix.new_ExecID, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_ExecInst, args) | this = _quickfix.new_ExecInst(*args) | def __init__(self, *args): this = apply(_quickfix.new_ExecInst, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_ExecRefID, args) | this = _quickfix.new_ExecRefID(*args) | def __init__(self, *args): this = apply(_quickfix.new_ExecRefID, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_ExecTransType, args) | this = _quickfix.new_ExecTransType(*args) | def __init__(self, *args): this = apply(_quickfix.new_ExecTransType, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_HandlInst, args) | this = _quickfix.new_HandlInst(*args) | def __init__(self, *args): this = apply(_quickfix.new_HandlInst, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_SecurityIDSource, args) | this = _quickfix.new_SecurityIDSource(*args) | def __init__(self, *args): this = apply(_quickfix.new_SecurityIDSource, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_IOIid, args) | this = _quickfix.new_IOIid(*args) | def __init__(self, *args): this = apply(_quickfix.new_IOIid, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_IOIQltyInd, args) | this = _quickfix.new_IOIQltyInd(*args) | def __init__(self, *args): this = apply(_quickfix.new_IOIQltyInd, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_IOIRefID, args) | this = _quickfix.new_IOIRefID(*args) | def __init__(self, *args): this = apply(_quickfix.new_IOIRefID, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_IOIQty, args) | this = _quickfix.new_IOIQty(*args) | def __init__(self, *args): this = apply(_quickfix.new_IOIQty, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_IOITransType, args) | this = _quickfix.new_IOITransType(*args) | def __init__(self, *args): this = apply(_quickfix.new_IOITransType, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_LastCapacity, args) | this = _quickfix.new_LastCapacity(*args) | def __init__(self, *args): this = apply(_quickfix.new_LastCapacity, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_LastMkt, args) | this = _quickfix.new_LastMkt(*args) | def __init__(self, *args): this = apply(_quickfix.new_LastMkt, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_LastPx, args) | this = _quickfix.new_LastPx(*args) | def __init__(self, *args): this = apply(_quickfix.new_LastPx, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_LastQty, args) | this = _quickfix.new_LastQty(*args) | def __init__(self, *args): this = apply(_quickfix.new_LastQty, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_NoLinesOfText, args) | this = _quickfix.new_NoLinesOfText(*args) | def __init__(self, *args): this = apply(_quickfix.new_NoLinesOfText, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_OrderID, args) | this = _quickfix.new_OrderID(*args) | def __init__(self, *args): this = apply(_quickfix.new_OrderID, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_OrderQty, args) | this = _quickfix.new_OrderQty(*args) | def __init__(self, *args): this = apply(_quickfix.new_OrderQty, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_OrdStatus, args) | this = _quickfix.new_OrdStatus(*args) | def __init__(self, *args): this = apply(_quickfix.new_OrdStatus, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_OrdType, args) | this = _quickfix.new_OrdType(*args) | def __init__(self, *args): this = apply(_quickfix.new_OrdType, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_OrigClOrdID, args) | this = _quickfix.new_OrigClOrdID(*args) | def __init__(self, *args): this = apply(_quickfix.new_OrigClOrdID, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_OrigTime, args) | this = _quickfix.new_OrigTime(*args) | def __init__(self, *args): this = apply(_quickfix.new_OrigTime, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_Price, args) | this = _quickfix.new_Price(*args) | def __init__(self, *args): this = apply(_quickfix.new_Price, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_SecurityID, args) | this = _quickfix.new_SecurityID(*args) | def __init__(self, *args): this = apply(_quickfix.new_SecurityID, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_Quantity, args) | this = _quickfix.new_Quantity(*args) | def __init__(self, *args): this = apply(_quickfix.new_Quantity, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_Side, args) | this = _quickfix.new_Side(*args) | def __init__(self, *args): this = apply(_quickfix.new_Side, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_Symbol, args) | this = _quickfix.new_Symbol(*args) | def __init__(self, *args): this = apply(_quickfix.new_Symbol, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_TimeInForce, args) | this = _quickfix.new_TimeInForce(*args) | def __init__(self, *args): this = apply(_quickfix.new_TimeInForce, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_TransactTime, args) | this = _quickfix.new_TransactTime(*args) | def __init__(self, *args): this = apply(_quickfix.new_TransactTime, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_Urgency, args) | this = _quickfix.new_Urgency(*args) | def __init__(self, *args): this = apply(_quickfix.new_Urgency, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_ValidUntilTime, args) | this = _quickfix.new_ValidUntilTime(*args) | def __init__(self, *args): this = apply(_quickfix.new_ValidUntilTime, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_SettlType, args) | this = _quickfix.new_SettlType(*args) | def __init__(self, *args): this = apply(_quickfix.new_SettlType, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_SettlDate, args) | this = _quickfix.new_SettlDate(*args) | def __init__(self, *args): this = apply(_quickfix.new_SettlDate, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_SymbolSfx, args) | this = _quickfix.new_SymbolSfx(*args) | def __init__(self, *args): this = apply(_quickfix.new_SymbolSfx, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_ListID, args) | this = _quickfix.new_ListID(*args) | def __init__(self, *args): this = apply(_quickfix.new_ListID, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_ListSeqNo, args) | this = _quickfix.new_ListSeqNo(*args) | def __init__(self, *args): this = apply(_quickfix.new_ListSeqNo, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_TotNoOrders, args) | this = _quickfix.new_TotNoOrders(*args) | def __init__(self, *args): this = apply(_quickfix.new_TotNoOrders, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_ListNoOrds, args) | this = _quickfix.new_ListNoOrds(*args) | def __init__(self, *args): this = apply(_quickfix.new_ListNoOrds, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_ListExecInst, args) | this = _quickfix.new_ListExecInst(*args) | def __init__(self, *args): this = apply(_quickfix.new_ListExecInst, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_AllocID, args) | this = _quickfix.new_AllocID(*args) | def __init__(self, *args): this = apply(_quickfix.new_AllocID, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_AllocTransType, args) | this = _quickfix.new_AllocTransType(*args) | def __init__(self, *args): this = apply(_quickfix.new_AllocTransType, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_RefAllocID, args) | this = _quickfix.new_RefAllocID(*args) | def __init__(self, *args): this = apply(_quickfix.new_RefAllocID, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_NoOrders, args) | this = _quickfix.new_NoOrders(*args) | def __init__(self, *args): this = apply(_quickfix.new_NoOrders, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_AvgPxPrecision, args) | this = _quickfix.new_AvgPxPrecision(*args) | def __init__(self, *args): this = apply(_quickfix.new_AvgPxPrecision, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_TradeDate, args) | this = _quickfix.new_TradeDate(*args) | def __init__(self, *args): this = apply(_quickfix.new_TradeDate, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_ExecBroker, args) | this = _quickfix.new_ExecBroker(*args) | def __init__(self, *args): this = apply(_quickfix.new_ExecBroker, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_PositionEffect, args) | this = _quickfix.new_PositionEffect(*args) | def __init__(self, *args): this = apply(_quickfix.new_PositionEffect, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_NoAllocs, args) | this = _quickfix.new_NoAllocs(*args) | def __init__(self, *args): this = apply(_quickfix.new_NoAllocs, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_AllocAccount, args) | this = _quickfix.new_AllocAccount(*args) | def __init__(self, *args): this = apply(_quickfix.new_AllocAccount, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_AllocQty, args) | this = _quickfix.new_AllocQty(*args) | def __init__(self, *args): this = apply(_quickfix.new_AllocQty, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_ProcessCode, args) | this = _quickfix.new_ProcessCode(*args) | def __init__(self, *args): this = apply(_quickfix.new_ProcessCode, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_NoRpts, args) | this = _quickfix.new_NoRpts(*args) | def __init__(self, *args): this = apply(_quickfix.new_NoRpts, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_RptSeq, args) | this = _quickfix.new_RptSeq(*args) | def __init__(self, *args): this = apply(_quickfix.new_RptSeq, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_CxlQty, args) | this = _quickfix.new_CxlQty(*args) | def __init__(self, *args): this = apply(_quickfix.new_CxlQty, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_NoDlvyInst, args) | this = _quickfix.new_NoDlvyInst(*args) | def __init__(self, *args): this = apply(_quickfix.new_NoDlvyInst, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_DlvyInst, args) | this = _quickfix.new_DlvyInst(*args) | def __init__(self, *args): this = apply(_quickfix.new_DlvyInst, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
this = apply(_quickfix.new_AllocStatus, args) | this = _quickfix.new_AllocStatus(*args) | def __init__(self, *args): this = apply(_quickfix.new_AllocStatus, args) try: self.this.append(this) except: self.this = this | 7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.