Class: Quickfix::Username

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

Returns a new instance of Username.



27164
27165
27166
27167
27168
27169
27170
# File 'ext/quickfix/QuickfixRuby.cpp', line 27164

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

Class Method Details

.fieldObject



653
654
655
# File 'lib/quickfix_fields.rb', line 653

def Username.field
	return 553
end