Class: Quickfix::EncryptedNewPasswordLen

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ EncryptedNewPasswordLen

Returns a new instance of EncryptedNewPasswordLen.



162998
162999
163000
163001
163002
163003
163004
# File 'ext/quickfix/QuickfixRuby.cpp', line 162998

def initialize(data = nil)
	if( data == nil )
		super(1403)
	else
		super(1403, data)
	end
end

Class Method Details

.fieldObject



18398
18399
18400
# File 'lib/quickfix_fields.rb', line 18398

def EncryptedNewPasswordLen.field
	return 1403
end