B2BITS FIX Antenna C++ 2.33.0
|
This is the complete list of members for Engine::MsgStorage, including all inherited members.
BACKUP_STORAGE enum value | Engine::MsgStorage | |
clear() | Engine::MsgStorage | inlinevirtual |
clearFixMsgs(FixMsgs &aMsgs) | Engine::MsgStorage | protected |
currentConnectionType() const | Engine::MsgStorage | |
currentConnectionType_ | Engine::MsgStorage | protected |
FixMsgs typedef | Engine::MsgStorage | |
getBaseFilePath() const =0 | Engine::MsgStorage | pure virtual |
getBoolConfigInfo(const std::string &aKey, bool *aValue) const =0 | Engine::MsgStorage | pure virtual |
getConfigInfo(const std::string &aKey, std::string *aValue) const =0 | Engine::MsgStorage | pure virtual |
getCreationTime()=0 | Engine::MsgStorage | pure virtual |
getIntConfigInfo(const std::string &aKey, int *aValue) const =0 | Engine::MsgStorage | pure virtual |
getMaxSeqNum()=0 | Engine::MsgStorage | pure virtual |
getMinSeqNum()=0 | Engine::MsgStorage | pure virtual |
getRejectStorage() | Engine::MsgStorage | virtual |
isClearingSupported() const | Engine::MsgStorage | inlinevirtual |
isPersistentStorage() const =0 | Engine::MsgStorage | pure virtual |
logLocal(StorableMsg const *apMsg, int nSeqNum, const std::string &aRawMsg)=0 | Engine::MsgStorage | pure virtual |
logLocal(StorableMsg const *apMsg, int nSeqNum, const char *pRawMsg, int size)=0 | Engine::MsgStorage | pure virtual |
logRemote(int msgSeqNum, const std::string &rawMsg)=0 | Engine::MsgStorage | pure virtual |
logRemote(int msgSeqNum, const char *pRawMsg, int size)=0 | Engine::MsgStorage | pure virtual |
logRemote(StorableMsgRemote const *apMsg, int msgSeqNum, const char *pRawMsg, int size) | Engine::MsgStorage | inlinevirtual |
markAsTerminated(bool correctlyTerminated)=0 | Engine::MsgStorage | pure virtual |
MsgStorage(StorageType type) | Engine::MsgStorage | |
OutgoingMessages typedef | Engine::MsgStorage | |
prepareLocalRetriving(int beginSeqNum, int endSeqNum, int currentOutSeqNum=INT_MAX, bool filterForResend=true)=0 | Engine::MsgStorage | pure virtual |
PRIMARY_STORAGE enum value | Engine::MsgStorage | |
rebuildIndex(const std::string &logPath, const std::string &indexPath, const RestoreOptions &options, unsigned char tagsDelimiter)=0 | Engine::MsgStorage | protectedpure virtual |
retrieveLocal(CacheHolderBase *cacheHolder, ParserID parserID, std::vector< FIXMessage * > *apMsgs, int aBeginSeqNum, int aEndSeqNum=0, ProtocolIndex preferredVersion=NA)=0 | Engine::MsgStorage | pure virtual |
retrieveLocal(int outSeqNum, std::string *msg, int currentOutSeqNum=INT_MAX, bool filterForResend=false, CacheHolderBase *cacheHolder=NULL)=0 | Engine::MsgStorage | pure virtual |
retrieveRemote(ParserID parserID, std::vector< FIXMessage * > *pMessages, const MsgTypes &msgTypes, const std::vector< FixField > &fieldFilter, int beginSeqNum, int endSeqNum=0, ProtocolIndex fixVersion=NA)=0 | Engine::MsgStorage | pure virtual |
setBoolConfigInfo(const std::string &aKey, bool aValue)=0 | Engine::MsgStorage | pure virtual |
setConfigInfo(const std::string &aKey, const std::string &aValue)=0 | Engine::MsgStorage | pure virtual |
setIntConfigInfo(const std::string &aKey, int aValue)=0 | Engine::MsgStorage | pure virtual |
setLastSentSeqNum(int value)=0 | Engine::MsgStorage | pure virtual |
setMaxRemoteSeqNum(int msgSeqNum)=0 | Engine::MsgStorage | pure virtual |
setMinSeqNum(int msgSeqNum)=0 | Engine::MsgStorage | pure virtual |
setRemoteSeqNum(int msgSeqNum)=0 | Engine::MsgStorage | pure virtual |
StorageType enum name | Engine::MsgStorage | |
~MsgStorage() | Engine::MsgStorage | virtual |