FastQuant.GroupEventStreamer.GroupEventStreamer C# (CSharp) Method

GroupEventStreamer() public method

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