FastQuant.OnLoggedOutStreamer.OnLoggedOutStreamer C# (CSharp) Method

OnLoggedOutStreamer() public method

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