FastQuant.OnLogoutStreamer.OnLogoutStreamer C# (CSharp) Method

OnLogoutStreamer() public method

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