Class: Quickfix::EncryptedPasswordMethod

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) ⇒ EncryptedPasswordMethod

Returns a new instance of EncryptedPasswordMethod.



162704
162705
162706
162707
162708
162709
162710
# File 'ext/quickfix/QuickfixRuby.cpp', line 162704

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

Class Method Details

.fieldObject



18359
18360
18361
# File 'lib/quickfix_fields.rb', line 18359

def EncryptedPasswordMethod.field
	return 1400
end