Replies: 1 comment 2 replies
-
Looks like ...still need to find what happens instead of |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking to set up a separate paper trading DB. Looking at data.md Mongo DB section, there is the following code:
from sysdata.mongodb import mongoDb
mfidata=mongoFuturesInstrumentData(mongo_db = mongoDb(mongo_database_name='another database'))
and
afcpdata=arcticFuturesContractPriceData(mongo_db = mongoDb(database_name='another database'))
However
mongoDb
doesn't exist insysdata.mongodb
and is not insysdata._DEPRECATED
The only mention of
mongoFuturesInstrumentData
in the codebase is in mongo_futures_contracts.pyWhat am I missing?
Beta Was this translation helpful? Give feedback.
All reactions