Forex_Strategy_Builder.Exporter.Exporter C# (CSharp) Method

Exporter() public method

Default constructor
public Exporter ( ) : System
return System
        public Exporter()
        {
            FF  = Data.FF; // Format modifier to print the floats
            sDF = Data.DF; // Format modifier to print the date
            sb = new StringBuilder();
        }