Beispiel #1
0
        public string metricsFilePath(Siv siv, string marketName)
        {
            var d = new QDirectory(join(@"\", list(stoDir(), stoId(), "Metrics")));

            d.createIfMissing();
            return(d.file(siv.sviName("_") + "_" + marketName + ".csv").path());
        }
Beispiel #2
0
        public string curveFilePath(Siv siv, string marketName)
        {
            var d = new QDirectory(join(@"\", list(stoDir(), stoId(), "CurvesBin", siv.sviName("_") + "_" + marketName)));

            d.createIfMissing();
            return(d.file("run_" + runNumber() + ".bin").path());
        }