Class: Quickfix::EncryptedNewPassword

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

Returns a new instance of EncryptedNewPassword.



163096
163097
163098
163099
163100
163101
163102
# File 'ext/quickfix/QuickfixRuby.cpp', line 163096

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

Class Method Details

.fieldObject



18411
18412
18413
# File 'lib/quickfix_fields.rb', line 18411

def EncryptedNewPassword.field
	return 1404
end