Class: Quickfix::Password

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

Returns a new instance of Password.



27262
27263
27264
27265
27266
27267
27268
# File 'ext/quickfix/QuickfixRuby.cpp', line 27262

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

Class Method Details

.fieldObject



666
667
668
# File 'lib/quickfix_fields.rb', line 666

def Password.field
	return 554
end