FastQuant.ExecutionCommandStreamer.ExecutionCommandStreamer C# (CSharp) 메소드

ExecutionCommandStreamer() 공개 메소드

public ExecutionCommandStreamer ( ) : System
리턴 System
        public ExecutionCommandStreamer()
        {
            this.typeId = DataObjectType.ExecutionCommand;
            this.type = typeof(ExecutionCommand);
        }