Class: Quickfix::NoUsernames

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoUsernames

Returns a new instance of NoUsernames.



18063
18064
18065
18066
18067
18068
18069
# File 'lib/quickfix_fields.rb', line 18063

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

Class Method Details

.fieldObject



18060
18061
18062
# File 'lib/quickfix_fields.rb', line 18060

def NoUsernames.field
	return 809
end