FastQuant.FileInstrumentServer.FileInstrumentServer C# (CSharp) Method

FileInstrumentServer() public method

public FileInstrumentServer ( Framework framework, string fileName, string host = null, int port = -1 ) : System.IO
framework Framework
fileName string
host string
port int
return System.IO
        public FileInstrumentServer(Framework framework, string fileName, string host = null, int port = -1): base(framework)
        {
            this.dataFile = new DataFile(fileName, framework.StreamerManager);
        }