rem
stringlengths 0
322k
| add
stringlengths 0
2.05M
| context
stringlengths 8
228k
|
---|---|---|
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 |
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 |
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 |
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 |
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___lt__, args) def __eq__(*args): return apply(_quickfix.UtcTimeStampField___eq__, args) def __ne__(*args): return apply(_quickfix.UtcTimeStampField___ne__, args) | 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__(*args): return _quickfix.UtcTimeStampField___eq__(*args) def __ne__(*args): return _quickfix.UtcTimeStampField___ne__(*args) | def __init__(self, *args): this = apply(_quickfix.new_UtcTimeStampField, args) try: self.this.append(this) except: self.this = this |
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 __eq__(*args): return apply(_quickfix.UtcDateField___eq__, args) def __ne__(*args): return apply(_quickfix.UtcDateField___ne__, args) | 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 _quickfix.UtcDateField___eq__(*args) def __ne__(*args): return _quickfix.UtcDateField___ne__(*args) | def __init__(self, *args): this = apply(_quickfix.new_UtcDateField, args) try: self.this.append(this) except: self.this = this |
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___lt__, args) def __eq__(*args): return apply(_quickfix.UtcTimeOnlyField___eq__, args) def __ne__(*args): return apply(_quickfix.UtcTimeOnlyField___ne__, args) | 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__(*args): return _quickfix.UtcTimeOnlyField___eq__(*args) def __ne__(*args): return _quickfix.UtcTimeOnlyField___ne__(*args) | def __init__(self, *args): this = apply(_quickfix.new_UtcTimeOnlyField, args) try: self.this.append(this) except: self.this = this |
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 |
class FieldMap: | class FieldMap(_object): | def getValue(*args): return apply(_quickfix.CheckSumField_getValue, args) |
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 |
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 apply(_quickfix.FieldMap_isSetField, args) def removeField(*args): return apply(_quickfix.FieldMap_removeField, args) def addGroup(*args): return apply(_quickfix.FieldMap_addGroup, args) def replaceGroup(*args): return apply(_quickfix.FieldMap_replaceGroup, args) def getGroup(*args): return apply(_quickfix.FieldMap_getGroup, args) def getGroupRef(*args): return apply(_quickfix.FieldMap_getGroupRef, args) def getGroupPtr(*args): return apply(_quickfix.FieldMap_getGroupPtr, args) def removeGroup(*args): return apply(_quickfix.FieldMap_removeGroup, args) def hasGroup(*args): return apply(_quickfix.FieldMap_hasGroup, args) def groupCount(*args): return apply(_quickfix.FieldMap_groupCount, args) def clear(*args): return apply(_quickfix.FieldMap_clear, args) def isEmpty(*args): return apply(_quickfix.FieldMap_isEmpty, args) def totalFields(*args): return apply(_quickfix.FieldMap_totalFields, args) def calculateString(*args): return apply(_quickfix.FieldMap_calculateString, args) def calculateLength(*args): return apply(_quickfix.FieldMap_calculateLength, args) def calculateTotal(*args): return apply(_quickfix.FieldMap_calculateTotal, args) def begin(*args): return apply(_quickfix.FieldMap_begin, args) def end(*args): return apply(_quickfix.FieldMap_end, args) def g_begin(*args): return apply(_quickfix.FieldMap_g_begin, args) def g_end(*args): return apply(_quickfix.FieldMap_g_end, args) | 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_isSetField(*args) def removeField(*args): return _quickfix.FieldMap_removeField(*args) def addGroup(*args): return _quickfix.FieldMap_addGroup(*args) def replaceGroup(*args): return _quickfix.FieldMap_replaceGroup(*args) def getGroup(*args): return _quickfix.FieldMap_getGroup(*args) def getGroupRef(*args): return _quickfix.FieldMap_getGroupRef(*args) def getGroupPtr(*args): return _quickfix.FieldMap_getGroupPtr(*args) def removeGroup(*args): return _quickfix.FieldMap_removeGroup(*args) def hasGroup(*args): return _quickfix.FieldMap_hasGroup(*args) def groupCount(*args): return _quickfix.FieldMap_groupCount(*args) def clear(*args): return _quickfix.FieldMap_clear(*args) def isEmpty(*args): return _quickfix.FieldMap_isEmpty(*args) def totalFields(*args): return _quickfix.FieldMap_totalFields(*args) def calculateString(*args): return _quickfix.FieldMap_calculateString(*args) def calculateLength(*args): return _quickfix.FieldMap_calculateLength(*args) def calculateTotal(*args): return _quickfix.FieldMap_calculateTotal(*args) def begin(*args): return _quickfix.FieldMap_begin(*args) def end(*args): return _quickfix.FieldMap_end(*args) def g_begin(*args): return _quickfix.FieldMap_g_begin(*args) def g_end(*args): return _quickfix.FieldMap_g_end(*args) | def setField(*args): return apply(_quickfix.FieldMap_setField, args) |
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 |
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(_quickfix.Message_hasGroup, args) def toString(*args): return apply(_quickfix.Message_toString, args) def toXML(*args): return apply(_quickfix.Message_toXML, args) def reverseRoute(*args): return apply(_quickfix.Message_reverseRoute, args) def setString(*args): return apply(_quickfix.Message_setString, args) def setGroup(*args): return apply(_quickfix.Message_setGroup, args) def setStringHeader(*args): return apply(_quickfix.Message_setStringHeader, args) def getHeader(*args): return apply(_quickfix.Message_getHeader, args) def getTrailer(*args): return apply(_quickfix.Message_getTrailer, args) def hasValidStructure(*args): return apply(_quickfix.Message_hasValidStructure, args) def bodyLength(*args): return apply(_quickfix.Message_bodyLength, args) def checkSum(*args): return apply(_quickfix.Message_checkSum, args) def isAdmin(*args): return apply(_quickfix.Message_isAdmin, args) def isApp(*args): return apply(_quickfix.Message_isApp, args) def isEmpty(*args): return apply(_quickfix.Message_isEmpty, args) def clear(*args): return apply(_quickfix.Message_clear, args) | 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_removeGroup(*args) def hasGroup(*args): return _quickfix.Message_hasGroup(*args) def toString(*args): return _quickfix.Message_toString(*args) def toXML(*args): return _quickfix.Message_toXML(*args) def reverseRoute(*args): return _quickfix.Message_reverseRoute(*args) def setString(*args): return _quickfix.Message_setString(*args) def setGroup(*args): return _quickfix.Message_setGroup(*args) def setStringHeader(*args): return _quickfix.Message_setStringHeader(*args) def getHeader(*args): return _quickfix.Message_getHeader(*args) def getTrailer(*args): return _quickfix.Message_getTrailer(*args) def hasValidStructure(*args): return _quickfix.Message_hasValidStructure(*args) def bodyLength(*args): return _quickfix.Message_bodyLength(*args) def checkSum(*args): return _quickfix.Message_checkSum(*args) def isAdmin(*args): return _quickfix.Message_isAdmin(*args) def isApp(*args): return _quickfix.Message_isApp(*args) def isEmpty(*args): return _quickfix.Message_isEmpty(*args) def clear(*args): return _quickfix.Message_clear(*args) | def addGroup(*args): return apply(_quickfix.Message_addGroup, args) |
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) |
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(_quickfix.Group_replaceGroup, args) def getGroup(*args): return apply(_quickfix.Group_getGroup, args) def removeGroup(*args): return apply(_quickfix.Group_removeGroup, args) def hasGroup(*args): return apply(_quickfix.Group_hasGroup, args) | 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(*args) def getGroup(*args): return _quickfix.Group_getGroup(*args) def removeGroup(*args): return _quickfix.Group_removeGroup(*args) def hasGroup(*args): return _quickfix.Group_hasGroup(*args) | def __init__(self, *args): this = apply(_quickfix.new_Group, args) try: self.this.append(this) except: self.this = this |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
this = apply(_quickfix.new_AllocRejCode, args) | this = _quickfix.new_AllocRejCode(*args) | def __init__(self, *args): this = apply(_quickfix.new_AllocRejCode, args) try: self.this.append(this) except: self.this = this |
this = apply(_quickfix.new_BrokerOfCredit, args) | this = _quickfix.new_BrokerOfCredit(*args) | def __init__(self, *args): this = apply(_quickfix.new_BrokerOfCredit, args) try: self.this.append(this) except: self.this = this |
this = apply(_quickfix.new_EmailType, args) | this = _quickfix.new_EmailType(*args) | def __init__(self, *args): this = apply(_quickfix.new_EmailType, args) try: self.this.append(this) except: self.this = this |
this = apply(_quickfix.new_StopPx, args) | this = _quickfix.new_StopPx(*args) | def __init__(self, *args): this = apply(_quickfix.new_StopPx, args) try: self.this.append(this) except: self.this = this |
this = apply(_quickfix.new_ExDestination, args) | this = _quickfix.new_ExDestination(*args) | def __init__(self, *args): this = apply(_quickfix.new_ExDestination, args) try: self.this.append(this) except: self.this = this |
this = apply(_quickfix.new_CxlRejReason, args) | this = _quickfix.new_CxlRejReason(*args) | def __init__(self, *args): this = apply(_quickfix.new_CxlRejReason, args) try: self.this.append(this) except: self.this = this |
this = apply(_quickfix.new_OrdRejReason, args) | this = _quickfix.new_OrdRejReason(*args) | def __init__(self, *args): this = apply(_quickfix.new_OrdRejReason, args) try: self.this.append(this) except: self.this = this |
this = apply(_quickfix.new_IOIQualifier, args) | this = _quickfix.new_IOIQualifier(*args) | def __init__(self, *args): this = apply(_quickfix.new_IOIQualifier, args) try: self.this.append(this) except: self.this = this |
this = apply(_quickfix.new_WaveNo, args) | this = _quickfix.new_WaveNo(*args) | def __init__(self, *args): this = apply(_quickfix.new_WaveNo, args) try: self.this.append(this) except: self.this = this |
this = apply(_quickfix.new_Issuer, args) | this = _quickfix.new_Issuer(*args) | def __init__(self, *args): this = apply(_quickfix.new_Issuer, args) try: self.this.append(this) except: self.this = this |
this = apply(_quickfix.new_SecurityDesc, args) | this = _quickfix.new_SecurityDesc(*args) | def __init__(self, *args): this = apply(_quickfix.new_SecurityDesc, args) try: self.this.append(this) except: self.this = this |
this = apply(_quickfix.new_ClientID, args) | this = _quickfix.new_ClientID(*args) | def __init__(self, *args): this = apply(_quickfix.new_ClientID, args) try: self.this.append(this) except: self.this = this |
this = apply(_quickfix.new_MinQty, args) | this = _quickfix.new_MinQty(*args) | def __init__(self, *args): this = apply(_quickfix.new_MinQty, args) try: self.this.append(this) except: self.this = this |
this = apply(_quickfix.new_MaxFloor, args) | this = _quickfix.new_MaxFloor(*args) | def __init__(self, *args): this = apply(_quickfix.new_MaxFloor, args) try: self.this.append(this) except: self.this = this |
this = apply(_quickfix.new_ReportToExch, args) | this = _quickfix.new_ReportToExch(*args) | def __init__(self, *args): this = apply(_quickfix.new_ReportToExch, args) try: self.this.append(this) except: self.this = this |
this = apply(_quickfix.new_LocateReqd, args) | this = _quickfix.new_LocateReqd(*args) | def __init__(self, *args): this = apply(_quickfix.new_LocateReqd, args) try: self.this.append(this) except: self.this = this |
this = apply(_quickfix.new_QuoteID, args) | this = _quickfix.new_QuoteID(*args) | def __init__(self, *args): this = apply(_quickfix.new_QuoteID, args) try: self.this.append(this) except: self.this = this |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.