FastQuant.GroupUpdateStreamer.GroupUpdateStreamer C# (CSharp) Method

GroupUpdateStreamer() public method

public GroupUpdateStreamer ( ) : System
return System
        public GroupUpdateStreamer()
        {
            this.typeId = DataObjectType.GroupUpdate;
            this.type = typeof(GroupUpdate);
        }