rem
stringlengths
1
322k
add
stringlengths
0
2.05M
context
stringlengths
4
228k
meta
stringlengths
156
215
this = apply(_quickfix.new_ScreenLogFactory, args) try: self.this.append(this) except: self.this = this def create(*args): return apply(_quickfix.ScreenLogFactory_create, args) def destroy(*args): return apply(_quickfix.ScreenLogFactory_destroy, args)
this = _quickfix.new_ScreenLogFactory(*args) try: self.this.append(this) except: self.this = this def create(*args): return _quickfix.ScreenLogFactory_create(*args) def destroy(*args): return _quickfix.ScreenLogFactory_destroy(*args)
def __init__(self, *args): this = apply(_quickfix.new_ScreenLogFactory, 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 Log:
class Log(_object):
def destroy(*args): return apply(_quickfix.ScreenLogFactory_destroy, args)
7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py
def clear(*args): return apply(_quickfix.Log_clear, args) def backup(*args): return apply(_quickfix.Log_backup, args) def onIncoming(*args): return apply(_quickfix.Log_onIncoming, args) def onOutgoing(*args): return apply(_quickfix.Log_onOutgoing, args) def onEvent(*args): return apply(_quickfix.Log_onEvent, args)
def clear(*args): return _quickfix.Log_clear(*args) def backup(*args): return _quickfix.Log_backup(*args) def onIncoming(*args): return _quickfix.Log_onIncoming(*args) def onOutgoing(*args): return _quickfix.Log_onOutgoing(*args) def onEvent(*args): return _quickfix.Log_onEvent(*args)
def clear(*args): return apply(_quickfix.Log_clear, args)
7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py
def clear(*args): return apply(_quickfix.NullLog_clear, args) def backup(*args): return apply(_quickfix.NullLog_backup, args) def onIncoming(*args): return apply(_quickfix.NullLog_onIncoming, args) def onOutgoing(*args): return apply(_quickfix.NullLog_onOutgoing, args) def onEvent(*args): return apply(_quickfix.NullLog...
def clear(*args): return _quickfix.NullLog_clear(*args) def backup(*args): return _quickfix.NullLog_backup(*args) def onIncoming(*args): return _quickfix.NullLog_onIncoming(*args) def onOutgoing(*args): return _quickfix.NullLog_onOutgoing(*args) def onEvent(*args): return _quickfix.NullLog_onEvent(*args) def __init__(s...
def clear(*args): return apply(_quickfix.NullLog_clear, args)
7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py
this = apply(_quickfix.new_ScreenLog, args) try: self.this.append(this) except: self.this = this def clear(*args): return apply(_quickfix.ScreenLog_clear, args) def backup(*args): return apply(_quickfix.ScreenLog_backup, args) def onIncoming(*args): return apply(_quickfix.ScreenLog_onIncoming, args) def onOutgoing(*arg...
this = _quickfix.new_ScreenLog(*args) try: self.this.append(this) except: self.this = this def clear(*args): return _quickfix.ScreenLog_clear(*args) def backup(*args): return _quickfix.ScreenLog_backup(*args) def onIncoming(*args): return _quickfix.ScreenLog_onIncoming(*args) def onOutgoing(*args): return _quickfix.Scr...
def __init__(self, *args): this = apply(_quickfix.new_ScreenLog, 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_FileLogFactory, args) try: self.this.append(this) except: self.this = this def create(*args): return apply(_quickfix.FileLogFactory_create, args) def destroy(*args): return apply(_quickfix.FileLogFactory_destroy, args)
this = _quickfix.new_FileLogFactory(*args) try: self.this.append(this) except: self.this = this def create(*args): return _quickfix.FileLogFactory_create(*args) def destroy(*args): return _quickfix.FileLogFactory_destroy(*args)
def __init__(self, *args): this = apply(_quickfix.new_FileLogFactory, 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_FileLog, args)
this = _quickfix.new_FileLog(*args)
def __init__(self, *args): this = apply(_quickfix.new_FileLog, 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 clear(*args): return apply(_quickfix.FileLog_clear, args) def backup(*args): return apply(_quickfix.FileLog_backup, args) def onIncoming(*args): return apply(_quickfix.FileLog_onIncoming, args) def onOutgoing(*args): return apply(_quickfix.FileLog_onOutgoing, args) def onEvent(*args): return apply(_quickfix.FileLog...
def clear(*args): return _quickfix.FileLog_clear(*args) def backup(*args): return _quickfix.FileLog_backup(*args) def onIncoming(*args): return _quickfix.FileLog_onIncoming(*args) def onOutgoing(*args): return _quickfix.FileLog_onOutgoing(*args) def onEvent(*args): return _quickfix.FileLog_onEvent(*args) def getMillise...
def clear(*args): return apply(_quickfix.FileLog_clear, args)
7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py
class MessageStoreFactory:
class MessageStoreFactory(_object):
def setMillisecondsInTimeStamp(*args): return apply(_quickfix.FileLog_setMillisecondsInTimeStamp, args)
7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py
def create(*args): return apply(_quickfix.MessageStoreFactory_create, args) def destroy(*args): return apply(_quickfix.MessageStoreFactory_destroy, args)
def create(*args): return _quickfix.MessageStoreFactory_create(*args) def destroy(*args): return _quickfix.MessageStoreFactory_destroy(*args)
def create(*args): return apply(_quickfix.MessageStoreFactory_create, args)
7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py
def create(*args): return apply(_quickfix.MemoryStoreFactory_create, args) def destroy(*args): return apply(_quickfix.MemoryStoreFactory_destroy, args) def __init__(self, *args): this = apply(_quickfix.new_MemoryStoreFactory, args)
def create(*args): return _quickfix.MemoryStoreFactory_create(*args) def destroy(*args): return _quickfix.MemoryStoreFactory_destroy(*args) def __init__(self, *args): this = _quickfix.new_MemoryStoreFactory(*args)
def create(*args): return apply(_quickfix.MemoryStoreFactory_create, args)
7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py
class MessageStore:
class MessageStore(_object):
def __init__(self, *args): this = apply(_quickfix.new_MemoryStoreFactory, 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 set(*args): return apply(_quickfix.MessageStore_set, args) def get(*args): return apply(_quickfix.MessageStore_get, args) def getNextSenderMsgSeqNum(*args): return apply(_quickfix.MessageStore_getNextSenderMsgSeqNum, args) def getNextTargetMsgSeqNum(*args): return apply(_quickfix.MessageStore_getNextTargetMsgSeqNum...
def set(*args): return _quickfix.MessageStore_set(*args) def get(*args): return _quickfix.MessageStore_get(*args) def getNextSenderMsgSeqNum(*args): return _quickfix.MessageStore_getNextSenderMsgSeqNum(*args) def getNextTargetMsgSeqNum(*args): return _quickfix.MessageStore_getNextTargetMsgSeqNum(*args) def setNextSende...
def set(*args): return apply(_quickfix.MessageStore_set, args)
7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py
this = apply(_quickfix.new_MemoryStore, args) try: self.this.append(this) except: self.this = this def set(*args): return apply(_quickfix.MemoryStore_set, args) def get(*args): return apply(_quickfix.MemoryStore_get, args) def getNextSenderMsgSeqNum(*args): return apply(_quickfix.MemoryStore_getNextSenderMsgSeqNum, arg...
this = _quickfix.new_MemoryStore(*args) try: self.this.append(this) except: self.this = this def set(*args): return _quickfix.MemoryStore_set(*args) def get(*args): return _quickfix.MemoryStore_get(*args) def getNextSenderMsgSeqNum(*args): return _quickfix.MemoryStore_getNextSenderMsgSeqNum(*args) def getNextTargetMsgS...
def __init__(self, *args): this = apply(_quickfix.new_MemoryStore, 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 MessageStoreFactoryExceptionWrapper:
class MessageStoreFactoryExceptionWrapper(_object):
def refresh(*args): return apply(_quickfix.MemoryStore_refresh, args)
7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py
this = apply(_quickfix.new_MessageStoreFactoryExceptionWrapper, args) try: self.this.append(this) except: self.this = this def create(*args): return apply(_quickfix.MessageStoreFactoryExceptionWrapper_create, args) def destroy(*args): return apply(_quickfix.MessageStoreFactoryExceptionWrapper_destroy, args)
this = _quickfix.new_MessageStoreFactoryExceptionWrapper(*args) try: self.this.append(this) except: self.this = this def create(*args): return _quickfix.MessageStoreFactoryExceptionWrapper_create(*args) def destroy(*args): return _quickfix.MessageStoreFactoryExceptionWrapper_destroy(*args)
def __init__(self, *args): this = apply(_quickfix.new_MessageStoreFactoryExceptionWrapper, 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 MessageStoreExceptionWrapper:
class MessageStoreExceptionWrapper(_object):
def destroy(*args): return apply(_quickfix.MessageStoreFactoryExceptionWrapper_destroy, args)
7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py
this = apply(_quickfix.new_MessageStoreExceptionWrapper, args)
this = _quickfix.new_MessageStoreExceptionWrapper(*args)
def __init__(self, *args): this = apply(_quickfix.new_MessageStoreExceptionWrapper, 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 set(*args): return apply(_quickfix.MessageStoreExceptionWrapper_set, args) def get(*args): return apply(_quickfix.MessageStoreExceptionWrapper_get, args) def getNextSenderMsgSeqNum(*args): return apply(_quickfix.MessageStoreExceptionWrapper_getNextSenderMsgSeqNum, args) def getNextTargetMsgSeqNum(*args): return app...
def set(*args): return _quickfix.MessageStoreExceptionWrapper_set(*args) def get(*args): return _quickfix.MessageStoreExceptionWrapper_get(*args) def getNextSenderMsgSeqNum(*args): return _quickfix.MessageStoreExceptionWrapper_getNextSenderMsgSeqNum(*args) def getNextTargetMsgSeqNum(*args): return _quickfix.MessageStor...
def set(*args): return apply(_quickfix.MessageStoreExceptionWrapper_set, args)
7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py
this = apply(_quickfix.new_FileStoreFactory, args) try: self.this.append(this) except: self.this = this def create(*args): return apply(_quickfix.FileStoreFactory_create, args) def destroy(*args): return apply(_quickfix.FileStoreFactory_destroy, args)
this = _quickfix.new_FileStoreFactory(*args) try: self.this.append(this) except: self.this = this def create(*args): return _quickfix.FileStoreFactory_create(*args) def destroy(*args): return _quickfix.FileStoreFactory_destroy(*args)
def __init__(self, *args): this = apply(_quickfix.new_FileStoreFactory, 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_FileStore, args)
this = _quickfix.new_FileStore(*args)
def __init__(self, *args): this = apply(_quickfix.new_FileStore, 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 set(*args): return apply(_quickfix.FileStore_set, args) def get(*args): return apply(_quickfix.FileStore_get, args) def getNextSenderMsgSeqNum(*args): return apply(_quickfix.FileStore_getNextSenderMsgSeqNum, args) def getNextTargetMsgSeqNum(*args): return apply(_quickfix.FileStore_getNextTargetMsgSeqNum, args) def ...
def set(*args): return _quickfix.FileStore_set(*args) def get(*args): return _quickfix.FileStore_get(*args) def getNextSenderMsgSeqNum(*args): return _quickfix.FileStore_getNextSenderMsgSeqNum(*args) def getNextTargetMsgSeqNum(*args): return _quickfix.FileStore_getNextTargetMsgSeqNum(*args) def setNextSenderMsgSeqNum(*...
def set(*args): return apply(_quickfix.FileStore_set, args)
7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py
class Application:
class Application(_object):
def refresh(*args): return apply(_quickfix.FileStore_refresh, args)
7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py
def onCreate(*args): return apply(_quickfix.Application_onCreate, args) def onLogon(*args): return apply(_quickfix.Application_onLogon, args) def onLogout(*args): return apply(_quickfix.Application_onLogout, args) def toAdmin(*args): return apply(_quickfix.Application_toAdmin, args) def toApp(*args): return apply(_quic...
def onCreate(*args): return _quickfix.Application_onCreate(*args) def onLogon(*args): return _quickfix.Application_onLogon(*args) def onLogout(*args): return _quickfix.Application_onLogout(*args) def toAdmin(*args): return _quickfix.Application_toAdmin(*args) def toApp(*args): return _quickfix.Application_toApp(*args) ...
def onCreate(*args): return apply(_quickfix.Application_onCreate, args)
7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py
this = apply(_quickfix.new_Application, args)
this = _quickfix.new_Application(*args)
def __init__(self, *args): if self.__class__ == Application: args = (None,) + args else: args = (self,) + args this = apply(_quickfix.new_Application, 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_SynchronizedApplication, args) try: self.this.append(this) except: self.this = this def onCreate(*args): return apply(_quickfix.SynchronizedApplication_onCreate, args) def onLogon(*args): return apply(_quickfix.SynchronizedApplication_onLogon, args) def onLogout(*args): return apply(_quickfix...
this = _quickfix.new_SynchronizedApplication(*args) try: self.this.append(this) except: self.this = this def onCreate(*args): return _quickfix.SynchronizedApplication_onCreate(*args) def onLogon(*args): return _quickfix.SynchronizedApplication_onLogon(*args) def onLogout(*args): return _quickfix.SynchronizedApplication...
def __init__(self, *args): this = apply(_quickfix.new_SynchronizedApplication, 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 app(*args): return apply(_quickfix.SynchronizedApplication_app, args)
if _newclass:m_mutex = _swig_property(_quickfix.SynchronizedApplication_m_mutex_get, _quickfix.SynchronizedApplication_m_mutex_set) def app(*args): return _quickfix.SynchronizedApplication_app(*args)
def app(*args): return apply(_quickfix.SynchronizedApplication_app, args)
7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py
this = apply(_quickfix.new_NullApplication, args)
this = _quickfix.new_NullApplication(*args)
def __init__(self, *args): this = apply(_quickfix.new_NullApplication, 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 Initiator:
class Initiator(_object):
def __init__(self, *args): this = apply(_quickfix.new_NullApplication, 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 block(*args): return apply(_quickfix.Initiator_block, args) def poll(*args): return apply(_quickfix.Initiator_poll, args) def stop(*args): return apply(_quickfix.Initiator_stop, args) def isLoggedOn(*args): return apply(_quickfix.Initiator_isLoggedOn, args) def getSessions(*args): return apply(_quickfix.Initiator_g...
def block(*args): return _quickfix.Initiator_block(*args) def poll(*args): return _quickfix.Initiator_poll(*args) def stop(*args): return _quickfix.Initiator_stop(*args) def isLoggedOn(*args): return _quickfix.Initiator_isLoggedOn(*args) def getSessions(*args): return _quickfix.Initiator_getSessions(*args) def getSessi...
def block(*args): return apply(_quickfix.Initiator_block, args)
7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py
this = apply(_quickfix.new_SocketInitiatorBase, args)
this = _quickfix.new_SocketInitiatorBase(*args)
def __init__(self, *args): this = apply(_quickfix.new_SocketInitiatorBase, 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 Acceptor:
class Acceptor(_object):
def __init__(self, *args): this = apply(_quickfix.new_SocketInitiatorBase, 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 getLog(*args): return apply(_quickfix.Acceptor_getLog, args)
def getLog(*args): return _quickfix.Acceptor_getLog(*args)
def getLog(*args): return apply(_quickfix.Acceptor_getLog, args)
7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py
def block(*args): return apply(_quickfix.Acceptor_block, args) def poll(*args): return apply(_quickfix.Acceptor_poll, args) def stop(*args): return apply(_quickfix.Acceptor_stop, args) def isLoggedOn(*args): return apply(_quickfix.Acceptor_isLoggedOn, args) def getSessions(*args): return apply(_quickfix.Acceptor_getSes...
def block(*args): return _quickfix.Acceptor_block(*args) def poll(*args): return _quickfix.Acceptor_poll(*args) def stop(*args): return _quickfix.Acceptor_stop(*args) def isLoggedOn(*args): return _quickfix.Acceptor_isLoggedOn(*args) def getSessions(*args): return _quickfix.Acceptor_getSessions(*args) def getSession(*a...
def block(*args): return apply(_quickfix.Acceptor_block, args)
7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py
this = apply(_quickfix.new_SocketAcceptorBase, args)
this = _quickfix.new_SocketAcceptorBase(*args)
def __init__(self, *args): this = apply(_quickfix.new_SocketAcceptorBase, 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 DataDictionary:
class DataDictionary(_object):
def __init__(self, *args): this = apply(_quickfix.new_SocketAcceptorBase, 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_DataDictionary, args)
this = _quickfix.new_DataDictionary(*args)
def __init__(self, *args): this = apply(_quickfix.new_DataDictionary, 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 readFromURL(*args): return apply(_quickfix.DataDictionary_readFromURL, args) def readFromDocument(*args): return apply(_quickfix.DataDictionary_readFromDocument, args) def readFromStream(*args): return apply(_quickfix.DataDictionary_readFromStream, args) def getOrderedFields(*args): return apply(_quickfix.DataDicti...
def readFromURL(*args): return _quickfix.DataDictionary_readFromURL(*args) def readFromDocument(*args): return _quickfix.DataDictionary_readFromDocument(*args) def readFromStream(*args): return _quickfix.DataDictionary_readFromStream(*args) def getOrderedFields(*args): return _quickfix.DataDictionary_getOrderedFields(*...
def readFromURL(*args): return apply(_quickfix.DataDictionary_readFromURL, args)
7e632099fd421880c8c65fb0cf610d338d115ee9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/7e632099fd421880c8c65fb0cf610d338d115ee9/quickfix.py
ApplVerId_FIX50 = cvar.ApplVerId_FIX50 ApplVerId_FIX44 = cvar.ApplVerId_FIX44 ApplVerId_FIX43 = cvar.ApplVerId_FIX43 ApplVerId_FIX42 = cvar.ApplVerId_FIX42 ApplVerId_FIX41 = cvar.ApplVerId_FIX41 ApplVerId_FIX40 = cvar.ApplVerId_FIX40
def __str__(*args): return _quickfix.SessionID___str__(*args)
c2bd6c7545fed657711eef1d63aec1f5dc82d264 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/c2bd6c7545fed657711eef1d63aec1f5dc82d264/quickfix.py
class ExecTransType(CharField): __swig_setmethods__ = {} for _s in [CharField]: __swig_setmethods__.update(getattr(_s,'__swig_setmethods__',{})) __setattr__ = lambda self, name, value: _swig_setattr(self, ExecTransType, name, value) __swig_getmethods__ = {} for _s in [CharField]: __swig_getmethods__.update(getattr(_s,'...
def hasGroup(*args): return _quickfix.Group_hasGroup(*args)
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
class ExecBroker(StringField): __swig_setmethods__ = {} for _s in [StringField]: __swig_setmethods__.update(getattr(_s,'__swig_setmethods__',{})) __setattr__ = lambda self, name, value: _swig_setattr(self, ExecBroker, name, value) __swig_getmethods__ = {} for _s in [StringField]: __swig_getmethods__.update(getattr(_s,'...
def __init__(self, *args): this = _quickfix.new_AvgPrxPrecision(*args) try: self.this.append(this) except: self.this = this
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
class AllocShares(IntField): __swig_setmethods__ = {} for _s in [IntField]: __swig_setmethods__.update(getattr(_s,'__swig_setmethods__',{}))
class AllocShares(DoubleField): __swig_setmethods__ = {} for _s in [DoubleField]: __swig_setmethods__.update(getattr(_s,'__swig_setmethods__',{}))
def __init__(self, *args): this = _quickfix.new_OpenClose(*args) try: self.this.append(this) except: self.this = this
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
for _s in [IntField]: __swig_getmethods__.update(getattr(_s,'__swig_getmethods__',{}))
for _s in [DoubleField]: __swig_getmethods__.update(getattr(_s,'__swig_getmethods__',{}))
def __init__(self, *args): this = _quickfix.new_OpenClose(*args) try: self.this.append(this) except: self.this = this
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
class DlvyInst(CharField): __swig_setmethods__ = {} for _s in [CharField]: __swig_setmethods__.update(getattr(_s,'__swig_setmethods__',{})) __setattr__ = lambda self, name, value: _swig_setattr(self, DlvyInst, name, value) __swig_getmethods__ = {} for _s in [CharField]: __swig_getmethods__.update(getattr(_s,'__swig_get...
def __init__(self, *args): this = _quickfix.new_AllocShares(*args) try: self.this.append(this) except: self.this = this
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
class PutOrCall(IntField): __swig_setmethods__ = {} for _s in [IntField]: __swig_setmethods__.update(getattr(_s,'__swig_setmethods__',{})) __setattr__ = lambda self, name, value: _swig_setattr(self, PutOrCall, name, value) __swig_getmethods__ = {} for _s in [IntField]: __swig_getmethods__.update(getattr(_s,'__swig_getm...
def __init__(self, *args): this = _quickfix.new_FutSettDate2(*args) try: self.this.append(this) except: self.this = this
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
class Benchmark(CharField): __swig_setmethods__ = {} for _s in [CharField]: __swig_setmethods__.update(getattr(_s,'__swig_setmethods__',{})) __setattr__ = lambda self, name, value: _swig_setattr(self, Benchmark, name, value) __swig_getmethods__ = {} for _s in [CharField]: __swig_getmethods__.update(getattr(_s,'__swig_g...
def __init__(self, *args): this = _quickfix.new_SpreadToBenchmark(*args) try: self.this.append(this) except: self.this = this
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
class UnderlyingMaturityDay(StringField): __swig_setmethods__ = {} for _s in [StringField]: __swig_setmethods__.update(getattr(_s,'__swig_setmethods__',{})) __setattr__ = lambda self, name, value: _swig_setattr(self, UnderlyingMaturityDay, name, value) __swig_getmethods__ = {} for _s in [StringField]: __swig_getmethods...
def __init__(self, *args): this = _quickfix.new_TotQuoteEntries(*args) try: self.this.append(this) except: self.this = this
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
class ClearingFirm(StringField): __swig_setmethods__ = {} for _s in [StringField]: __swig_setmethods__.update(getattr(_s,'__swig_setmethods__',{})) __setattr__ = lambda self, name, value: _swig_setattr(self, ClearingFirm, name, value) __swig_getmethods__ = {} for _s in [StringField]: __swig_getmethods__.update(getattr(...
def __init__(self, *args): this = _quickfix.new_TradeType(*args) try: self.this.append(this) except: self.this = this
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
MsgType_Heartbeat = cvar.MsgType_Heartbeat MsgType_Logon = cvar.MsgType_Logon MsgType_TestRequest = cvar.MsgType_TestRequest MsgType_ResendRequest = cvar.MsgType_ResendRequest MsgType_Reject = cvar.MsgType_Reject MsgType_SequenceReset = cvar.MsgType_SequenceReset MsgType_Logout = cvar.MsgType_Logout MsgType_BusinessMes...
ApplVerId_FIX50 = cvar.ApplVerId_FIX50 ApplVerId_FIX44 = cvar.ApplVerId_FIX44 ApplVerId_FIX43 = cvar.ApplVerId_FIX43 ApplVerId_FIX42 = cvar.ApplVerId_FIX42 ApplVerId_FIX41 = cvar.ApplVerId_FIX41 ApplVerId_FIX40 = cvar.ApplVerId_FIX40
def __str__(*args): return _quickfix.SessionID___str__(*args)
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
ExecTransType_NEW = cvar.ExecTransType_NEW ExecTransType_CANCEL = cvar.ExecTransType_CANCEL ExecTransType_CORRECT = cvar.ExecTransType_CORRECT ExecTransType_STATUS = cvar.ExecTransType_STATUS
def __str__(*args): return _quickfix.SessionID___str__(*args)
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
CxlType_PARTIAL_CANCEL = cvar.CxlType_PARTIAL_CANCEL CxlType_FULL_REMAINING_QUANTITY = cvar.CxlType_FULL_REMAINING_QUANTITY SettlLocation_CEDEL = cvar.SettlLocation_CEDEL SettlLocation_DEPOSITORY_TRUST_COMPANY = cvar.SettlLocation_DEPOSITORY_TRUST_COMPANY SettlLocation_EUROCLEAR = cvar.SettlLocation_EUROCLEAR SettlLoca...
def __str__(*args): return _quickfix.SessionID___str__(*args)
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
def setDataDictionary(*args): return _quickfix.Session_setDataDictionary(*args) def getDataDictionary(*args): return _quickfix.Session_getDataDictionary(*args)
def setDataDictionaryProvider(*args): return _quickfix.Session_setDataDictionaryProvider(*args) def getDataDictionaryProvider(*args): return _quickfix.Session_getDataDictionaryProvider(*args)
def setDataDictionary(*args): return _quickfix.Session_setDataDictionary(*args)
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
def __init__(self): raise AttributeError, "No constructor defined"
def __init__(self, *args, **kwargs): raise AttributeError, "No constructor defined"
def __init__(self): raise AttributeError, "No constructor defined"
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
def __init__(self): raise AttributeError, "No constructor defined"
def __init__(self, *args, **kwargs): raise AttributeError, "No constructor defined"
def __init__(self): raise AttributeError, "No constructor defined"
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
def __init__(self): raise AttributeError, "No constructor defined"
def __init__(self, *args, **kwargs): raise AttributeError, "No constructor defined"
def __init__(self): raise AttributeError, "No constructor defined"
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
def __init__(self): raise AttributeError, "No constructor defined"
def __init__(self, *args, **kwargs): raise AttributeError, "No constructor defined"
def __init__(self): raise AttributeError, "No constructor defined"
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
def __init__(self): raise AttributeError, "No constructor defined"
def __init__(self, *args, **kwargs): raise AttributeError, "No constructor defined"
def __init__(self): raise AttributeError, "No constructor defined"
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
def __init__(self): raise AttributeError, "No constructor defined"
def __init__(self, *args, **kwargs): raise AttributeError, "No constructor defined"
def __init__(self): raise AttributeError, "No constructor defined"
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
def isMultipleValueStringField(*args): return _quickfix.DataDictionary_isMultipleValueStringField(*args)
def isMultipleValueField(*args): return _quickfix.DataDictionary_isMultipleValueField(*args)
def isMultipleValueStringField(*args): return _quickfix.DataDictionary_isMultipleValueStringField(*args)
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
class Account(quickfix.StringField): def __init__(self, data = None): if data == None: quickfix.StringField.__init__(self, 1) else: quickfix.StringField.__init__(self, 1, data) class AdvId(quickfix.StringField): def __init__(self, data = None): if data == None: quickfix.StringField.__init__(self, 2) else: quickfix.Str...
def __init__(self, application, storeFactory, settings, logFactory=None): if logFactory == None: SocketAcceptorBase.__init__(self, application, storeFactory, settings) else: SocketAcceptorBase.__init__(self, application, storeFactory, settings, logFactory)
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
class ClOrdID(quickfix.StringField): def __init__(self, data = None): if data == None: quickfix.StringField.__init__(self, 11) else: quickfix.StringField.__init__(self, 11, data) class Commission(quickfix.DoubleField): def __init__(self, data = None): if data == None: quickfix.DoubleField.__init__(self, 12) else: quic...
def __init__(self, data = None): if data == None: quickfix.CheckSumField.__init__(self, 10) else: quickfix.CheckSumField.__init__(self, 10, data)
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
class ExecID(quickfix.StringField): def __init__(self, data = None): if data == None: quickfix.StringField.__init__(self, 17) else: quickfix.StringField.__init__(self, 17, data) class ExecInst(quickfix.StringField): def __init__(self, data = None): if data == None: quickfix.StringField.__init__(self, 18) else: quickfi...
def __init__(self, data = None): if data == None: quickfix.IntField.__init__(self, 16) else: quickfix.IntField.__init__(self, 16, data)
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
class OrderID(quickfix.StringField): def __init__(self, data = None): if data == None: quickfix.StringField.__init__(self, 37) else: quickfix.StringField.__init__(self, 37, data) class OrderQty(quickfix.DoubleField): def __init__(self, data = None): if data == None: quickfix.DoubleField.__init__(self, 38) else: quickf...
def __init__(self, data = None): if data == None: quickfix.IntField.__init__(self, 36) else: quickfix.IntField.__init__(self, 36, data)
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
class Price(quickfix.DoubleField): def __init__(self, data = None): if data == None: quickfix.DoubleField.__init__(self, 44) else: quickfix.DoubleField.__init__(self, 44, data)
def __init__(self, data = None): if data == None: quickfix.BoolField.__init__(self, 43) else: quickfix.BoolField.__init__(self, 43, data)
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
class SecurityID(quickfix.StringField): def __init__(self, data = None): if data == None: quickfix.StringField.__init__(self, 48) else: quickfix.StringField.__init__(self, 48, data)
def __init__(self, data = None): if data == None: quickfix.IntField.__init__(self, 45) else: quickfix.IntField.__init__(self, 45, data)
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
class Quantity(quickfix.DoubleField): def __init__(self, data = None): if data == None: quickfix.DoubleField.__init__(self, 53) else: quickfix.DoubleField.__init__(self, 53, data) class Side(quickfix.CharField): def __init__(self, data = None): if data == None: quickfix.CharField.__init__(self, 54) else: quickfix.Char...
def __init__(self, data = None): if data == None: quickfix.UtcTimeStampField.__init__(self, 52) else: quickfix.UtcTimeStampField.__init__(self, 52, data)
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
class TimeInForce(quickfix.CharField): def __init__(self, data = None): if data == None: quickfix.CharField.__init__(self, 59) else: quickfix.CharField.__init__(self, 59, data) class TransactTime(quickfix.UtcTimeStampField): def __init__(self, data = None): if data == None: quickfix.UtcTimeStampField.__init__(self, 60...
def __init__(self, data = None): if data == None: quickfix.StringField.__init__(self, 58) else: quickfix.StringField.__init__(self, 58, data)
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
class EmailType(quickfix.CharField): def __init__(self, data = None): if data == None: quickfix.CharField.__init__(self, 94) else: quickfix.CharField.__init__(self, 94, data)
def __init__(self, data = None): if data == None: quickfix.IntField.__init__(self, 93) else: quickfix.IntField.__init__(self, 93, data)
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
class StopPx(quickfix.DoubleField): def __init__(self, data = None): if data == None: quickfix.DoubleField.__init__(self, 99) else: quickfix.DoubleField.__init__(self, 99, data) class ExDestination(quickfix.StringField): def __init__(self, data = None): if data == None: quickfix.StringField.__init__(self, 100) else: q...
def __init__(self, data = None): if data == None: quickfix.IntField.__init__(self, 98) else: quickfix.IntField.__init__(self, 98, data)
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
class MinQty(quickfix.DoubleField): def __init__(self, data = None): if data == None: quickfix.DoubleField.__init__(self, 110) else: quickfix.DoubleField.__init__(self, 110, data) class MaxFloor(quickfix.DoubleField): def __init__(self, data = None): if data == None: quickfix.DoubleField.__init__(self, 111) else: quic...
def __init__(self, data = None): if data == None: quickfix.IntField.__init__(self, 108) else: quickfix.IntField.__init__(self, 108, data)
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
class ReportToExch(quickfix.BoolField): def __init__(self, data = None): if data == None: quickfix.BoolField.__init__(self, 113) else: quickfix.BoolField.__init__(self, 113, data) class LocateReqd(quickfix.BoolField): def __init__(self, data = None): if data == None: quickfix.BoolField.__init__(self, 114) else: quickf...
def __init__(self, data = None): if data == None: quickfix.StringField.__init__(self, 112) else: quickfix.StringField.__init__(self, 112, data)
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
class QuoteID(quickfix.StringField): def __init__(self, data = None): if data == None: quickfix.StringField.__init__(self, 117) else: quickfix.StringField.__init__(self, 117, data) class NetMoney(quickfix.DoubleField): def __init__(self, data = None): if data == None: quickfix.DoubleField.__init__(self, 118) else: qui...
def __init__(self, data = None): if data == None: quickfix.StringField.__init__(self, 116) else: quickfix.StringField.__init__(self, 116, data)
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
class NoExecs(quickfix.IntField): def __init__(self, data = None): if data == None: quickfix.IntField.__init__(self, 124) else: quickfix.IntField.__init__(self, 124, data) class ExpireTime(quickfix.UtcTimeStampField): def __init__(self, data = None): if data == None: quickfix.UtcTimeStampField.__init__(self, 126) else...
def __init__(self, data = None): if data == None: quickfix.BoolField.__init__(self, 123) else: quickfix.BoolField.__init__(self, 123, data)
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
class IOINaturalFlag(quickfix.BoolField): def __init__(self, data = None): if data == None: quickfix.BoolField.__init__(self, 130) else: quickfix.BoolField.__init__(self, 130, data) class QuoteReqID(quickfix.StringField): def __init__(self, data = None): if data == None: quickfix.StringField.__init__(self, 131) else: ...
def __init__(self, data = None): if data == None: quickfix.StringField.__init__(self, 129) else: quickfix.StringField.__init__(self, 129, data)
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
class NoRelatedSym(quickfix.IntField): def __init__(self, data = None): if data == None: quickfix.IntField.__init__(self, 146) else: quickfix.IntField.__init__(self, 146, data) class Subject(quickfix.StringField): def __init__(self, data = None): if data == None: quickfix.StringField.__init__(self, 147) else: quickfix...
def __init__(self, data = None): if data == None: quickfix.StringField.__init__(self, 145) else: quickfix.StringField.__init__(self, 145, data)
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
class SettlInstRefID(quickfix.StringField): def __init__(self, data = None): if data == None: quickfix.StringField.__init__(self, 214) else: quickfix.StringField.__init__(self, 214, data) class NoRoutingIDs(quickfix.IntField): def __init__(self, data = None): if data == None: quickfix.IntField.__init__(self, 215) else...
def __init__(self, data = None): if data == None: quickfix.StringField.__init__(self, 213) else: quickfix.StringField.__init__(self, 213, data)
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
class EncodedIssuerLen(quickfix.IntField): def __init__(self, data = None): if data == None: quickfix.IntField.__init__(self, 348) else: quickfix.IntField.__init__(self, 348, data) class EncodedIssuer(quickfix.StringField): def __init__(self, data = None): if data == None: quickfix.StringField.__init__(self, 349) else...
def __init__(self, data = None): if data == None: quickfix.StringField.__init__(self, 347) else: quickfix.StringField.__init__(self, 347, data)
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
class EncodedSubjectLen(quickfix.IntField): def __init__(self, data = None): if data == None: quickfix.IntField.__init__(self, 356) else: quickfix.IntField.__init__(self, 356, data) class EncodedSubject(quickfix.StringField): def __init__(self, data = None): if data == None: quickfix.StringField.__init__(self, 357) el...
def __init__(self, data = None): if data == None: quickfix.StringField.__init__(self, 355) else: quickfix.StringField.__init__(self, 355, data)
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
class BidRequestTransType(quickfix.CharField): def __init__(self, data = None): if data == None: quickfix.CharField.__init__(self, 374) else: quickfix.CharField.__init__(self, 374, data) class ContraBroker(quickfix.StringField): def __init__(self, data = None): if data == None: quickfix.StringField.__init__(self, 375)...
def __init__(self, data = None): if data == None: quickfix.IntField.__init__(self, 373) else: quickfix.IntField.__init__(self, 373, data)
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
class NoTradingSessions(quickfix.IntField): def __init__(self, data = None): if data == None: quickfix.IntField.__init__(self, 386) else: quickfix.IntField.__init__(self, 386, data) class TotalVolumeTraded(quickfix.DoubleField): def __init__(self, data = None): if data == None: quickfix.DoubleField.__init__(self, 387)...
def __init__(self, data = None): if data == None: quickfix.CharField.__init__(self, 385) else: quickfix.CharField.__init__(self, 385, data)
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
class QuantityType(quickfix.IntField): def __init__(self, data = None): if data == None: quickfix.IntField.__init__(self, 465) else: quickfix.IntField.__init__(self, 465, data) class BookingRefID(quickfix.StringField): def __init__(self, data = None): if data == None: quickfix.StringField.__init__(self, 466) else: qui...
def __init__(self, data = None): if data == None: quickfix.BoolField.__init__(self, 464) else: quickfix.BoolField.__init__(self, 464, data)
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
class NoLegs(quickfix.IntField): def __init__(self, data = None): if data == None: quickfix.IntField.__init__(self, 555) else: quickfix.IntField.__init__(self, 555, data) class LegCurrency(quickfix.StringField): def __init__(self, data = None): if data == None: quickfix.StringField.__init__(self, 556) else: quickfix.S...
def __init__(self, data = None): if data == None: quickfix.StringField.__init__(self, 554) else: quickfix.StringField.__init__(self, 554, data)
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
class MidPx(quickfix.DoubleField): def __init__(self, data = None): if data == None: quickfix.DoubleField.__init__(self, 631) else: quickfix.DoubleField.__init__(self, 631, data) class BidYield(quickfix.DoubleField): def __init__(self, data = None): if data == None: quickfix.DoubleField.__init__(self, 632) else: quick...
def __init__(self, data = None): if data == None: quickfix.IntField.__init__(self, 630) else: quickfix.IntField.__init__(self, 630, data)
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
class OrdStatusReqID(quickfix.StringField): def __init__(self, data = None): if data == None: quickfix.StringField.__init__(self, 790) else: quickfix.StringField.__init__(self, 790, data) class SettlInstReqID(quickfix.StringField): def __init__(self, data = None): if data == None: quickfix.StringField.__init__(self, 7...
class ApplVerID(quickfix.StringField): def __init__(self, data = None): if data == None: quickfix.StringField.__init__(self, 1128) else: quickfix.StringField.__init__(self, 1128, data) class CstmApplVerID(quickfix.StringField): def __init__(self, data = None): if data == None: quickfix.StringField.__init__(self, 1129)...
def __init__(self, data = None): if data == None: quickfix.IntField.__init__(self, 789) else: quickfix.IntField.__init__(self, 789, data)
b195a30ce1679e0269bc776f2f6e3591488def1f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/b195a30ce1679e0269bc776f2f6e3591488def1f/quickfix.py
executionReport.setField( fix.ExecTransType(fix.ExecTransType_NEW) )
def fromApp(self, message, sessionID): beginString = fix.BeginString() msgType = fix.MsgType() message.getHeader().getField( beginString ) message.getHeader().getField( msgType ) symbol = fix.Symbol() side = fix.Side() ordType = fix.OrdType() orderQty = fix.OrderQty() price = fix.Price() clOrdID = fix.ClOrdID()
a20a82b21d5f15f0a1c94c354fde627171671978 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8819/a20a82b21d5f15f0a1c94c354fde627171671978/executor.py
price = str(bs.first(text="Hinta:").next.next.next.next.string).split("&")[0] return "%s | %s EUR" % (product, price)
price = str(bs.first(text="Hinta:").next.next.next.next.next.string).split("&")[0] return "%s | %s€" % (product, price)
def _handle_verkkokauppa(url): """http://www.verkkokauppa.com/popups/prodinfo.php?id=*""" bs = getUrl(url).getBS() if not bs: return product = bs.first("td", {'valign':'top', 'width':'59%', 'height':'139'}).next.strip() price = str(bs.first(text="Hinta:").next.next.next.next.string).split("&")[0] return "%s | %s EUR"...
1e613a8a10964188fddc72911076b900a005fbbe /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/14781/1e613a8a10964188fddc72911076b900a005fbbe/module_urltitle.py
if not termlist: return False
def check_params(bot, args, channel): """Do some initial checking for the stuff we need for every subcommand""" if not args: return False expldir = expl_getdir(channel) if not expldir: bot.log("No expldir for channel %s, create %s to enable expl." % (channel, os.path.join(sys.path[0], "expl", channel))) return False ...
57b0ba908a51a1a2706f6c9b0fa5749a183b7a3a /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/14781/57b0ba908a51a1a2706f6c9b0fa5749a183b7a3a/module_expl.py
for pattern in self.config['ignores']: if fnmatch.fnmatch(user, pattern): return True
if self.config.has_key('ignores'): for pattern in self.config['ignores']: if fnmatch.fnmatch(user, pattern): return True
def isIgnored(self, user): """Check if an user is ignored
9e5c34108b8b40c5c0a6aac7c1452b2fa9c46af4 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/14781/9e5c34108b8b40c5c0a6aac7c1452b2fa9c46af4/pyfibot.py
for pattern in self.config['ignores']: if fnmatch.fnmatch(user, pattern): return True
if self.config.has_key('ignores'): for pattern in self.config['ignores']: if fnmatch.fnmatch(user, pattern): return True
def isIgnored(self, user): """Check if an user is ignored
4b4836d770a05fc7089f53ef17c4cd6c5fb14fba /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/14781/4b4836d770a05fc7089f53ef17c4cd6c5fb14fba/pyfibot.py
aliases = [a[4] for a in addresses] if address in aliases:
aliases = [a[4][0] for a in aliases] if socket.gethostbyname(address[0]) in aliases:
def buildProtocol(self, address): if re.match("[^a-z]+", address.host): log.error("Kludge fix for twisted.words weirdness") fqdn = socket.getfqdn(address.host) address = (fqdn, address.port) else: address = (address.host, address.port)
48b0661565254e81dbeb8e7d6a119066a9075118 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/14781/48b0661565254e81dbeb8e7d6a119066a9075118/pyfibot.py
if n.address == address:
aliases = socket.getaddrinfo(n.address[0], n.address[1], socket.AF_INET, socket.SOCK_STREAM) aliases = [a[4] for a in addresses] if address in aliases:
def buildProtocol(self, address): if re.match("[^a-z]+", address.host): log.error("Kludge fix for twisted.words weirdness") fqdn = socket.getfqdn(address.host) address = (fqdn, address.port) else: address = (address.host, address.port)
0a18e40ae1c32b1dea37584dd93778555e6c3bde /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/14781/0a18e40ae1c32b1dea37584dd93778555e6c3bde/pyfibot.py
return self.question + self.nugget_list[random.randint(0, len(self.nugget_list))]
return self.question + self.nugget_list[random.randint(0, len(self.nugget_list) - 1)]
def getSentence(self): return self.question + self.nugget_list[random.randint(0, len(self.nugget_list))]
66ac3cbcd17b0ac322f110db26899aa5a814f0cd /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/14781/66ac3cbcd17b0ac322f110db26899aa5a814f0cd/module_nugget.py
self.archive_max = 246
self.archive_max = 255
def __init__(self, archive_num): self.question = "Did you know, " #archive_max checked 13-8-2009 self.archive_max = 246 self.archive_num = archive_num if self.archive_num > self.archive_max: self.archive_num = random.randint(1, self.archive_max) self.url = "http://en.wikipedia.org/wiki/Wikipedia:Recent_additions_" + st...
66ac3cbcd17b0ac322f110db26899aa5a814f0cd /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/14781/66ac3cbcd17b0ac322f110db26899aa5a814f0cd/module_nugget.py
- '*!*@myhost.com'
- 'foo!bar@example.com'
def create_example_conf(): """Create an example configuration file""" conf = """ nick: botnick admins: - '*!*@myhost.com' networks: ircnet: server: irc.ircnet.com channels: - mychannel quakenet: server: irc.quakenet.org authname: name authpass: password channels: - (mysecret, password) """ examplefile = 'bot.config...
5871fce2de711a47f3f02efbebb486b7fccf407e /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/14781/5871fce2de711a47f3f02efbebb486b7fccf407e/pyfibot.py
aliases = [a[4] for a in addresses] if address in aliases:
aliases = [a[4][0] for a in aliases] if socket.gethostbyname(address[0]) in aliases:
def buildProtocol(self, address): if re.match("[^a-z]+", address.host): log.error("Kludge fix for twisted.words weirdness") fqdn = socket.getfqdn(address.host) address = (fqdn, address.port) else: address = (address.host, address.port)
f0f3b6ba092027aa79082b2cd0f78e9b1a9c9341 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/14781/f0f3b6ba092027aa79082b2cd0f78e9b1a9c9341/pyfibot.py
if not title: return
def _handle_iltalehti(url): """*iltalehti.fi*html""" # go as normal bs = getUrl(url).getBS() if not bs: return title = bs.first('title').string # the first part is the actual story title, lose the rest title = title.split("|")[0].strip() if not title: return return title
68eb6d73491d218e8fe9dbb9441117356a6e1e4f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/14781/68eb6d73491d218e8fe9dbb9441117356a6e1e4f/module_urltitle.py
title = bs.title.string.split(" - ")[0] if not title: return
title = " - ".join(bs.title.string.split(" - ")[:-1])
def _handle_iltasanomat(url): """*iltasanomat.fi*uutinen.asp*""" bs = getUrl(url).getBS() if not bs: return title = bs.title.string.split(" - ")[0] if not title: return return title
68eb6d73491d218e8fe9dbb9441117356a6e1e4f /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/14781/68eb6d73491d218e8fe9dbb9441117356a6e1e4f/module_urltitle.py
"""tempature as °C, air_speed as kmph. The formula from http://www.bbc.co.uk/weather/features/understanding/feelslike.shtml"""
"""tempeture as °C, air_speed as kmph. The formula from http://www.bbc.co.uk/weather/features/understanding/feelslike.shtml"""
def feels_like(temperature, air_speed): """tempature as °C, air_speed as kmph. The formula from http://www.bbc.co.uk/weather/features/understanding/feelslike.shtml""" air_speed = air_speed ** 0.16 return (13.12 + 0.6215 * temperature - 11.37 * air_speed + 0.3965 * temperature * air_speed)
e7ee53210d3cd50ef76e1855c01f2655461ba789 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/14781/e7ee53210d3cd50ef76e1855c01f2655461ba789/module_weather.py
def feels_like(temperature, air_speed): """tempature as °C, air_speed as kmph. The formula from http://www.bbc.co.uk/weather/features/understanding/feelslike.shtml""" air_speed = air_speed ** 0.16 return (13.12 + 0.6215 * temperature - 11.37 * air_speed + 0.3965 * temperature * air_speed)
e7ee53210d3cd50ef76e1855c01f2655461ba789 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/14781/e7ee53210d3cd50ef76e1855c01f2655461ba789/module_weather.py
factory.createNetwork((settings['server'], 6667), network, nick, chanlist) reactor.connectTCP(settings['server'], 6667, factory)
port = 6667 try: port = int(settings.get('port')) except: pass factory.createNetwork((settings['server'], port), network, nick, chanlist) reactor.connectTCP(settings['server'], port, factory)
def init_logging(): filename = os.path.join(sys.path[0], 'pyfibot.log') # get root logger logger = logging.getLogger() if False: handler = logging.handlers.RotatingFileHandler(filename, maxBytes=5000*1024, backupCount=20) else: handler = logging.StreamHandler() # time format is same format of strftime formatter = loggi...
30c46a73a10eda4e0a6845308a9a26a75e93d3e1 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/14781/30c46a73a10eda4e0a6845308a9a26a75e93d3e1/pyfibot.py