FastQuant.OnLoggedInStreamer.OnLoggedInStreamer C# (CSharp) Method

OnLoggedInStreamer() public method

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