Source code for RiskQuantLib.Auto.InstrumentList.instrumentList
#!/usr/bin/python
# coding = utf-8
import numpy as np
import pandas as pd
#<import>
#</import>
[docs]class instrumentListAuto(object):
"""
instrumentListAuto is an class used to store the source code generated automatically.
"""
__nullElement__ = None
#<instrumentListAuto>
#</instrumentListAuto>
#<instrumentListAutoSetAttribute>
#</instrumentListAutoSetAttribute>