Class: Quickfix::EncryptedPassword

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->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) ⇒ EncryptedPassword

Returns a new instance of EncryptedPassword.



162900
162901
162902
162903
162904
162905
162906
# File 'ext/quickfix/QuickfixRuby.cpp', line 162900

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

Class Method Details

.fieldObject



18385
18386
18387
# File 'lib/quickfix_fields.rb', line 18385

def EncryptedPassword.field
	return 1402
end