public TokenTimeFactory InitializeTimeMovingFactor()
		{
			TokenTimeFactory result;
			if (this._tokenTypeBaseParams.MovingFactorType != TokenMovingFactorType.TimeBase)
			{
				result = null;
			}
			else
			{
				result = new TokenTimeFactory(1, 1L, 1, 1);
			}
			return result;
		}
        public TokenTimeFactory InitializeTimeMovingFactor()
        {
            TokenTimeFactory result;

            if (this._tokenTypeBaseParams.MovingFactorType != TokenMovingFactorType.TimeBase)
            {
                result = null;
            }
            else
            {
                result = new TokenTimeFactory(1, 1L, 1, 1);
            }
            return(result);
        }