Class: Quickfix::UserRequestType

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

Returns a new instance of UserRequestType.



12486
12487
12488
12489
12490
12491
12492
# File 'lib/quickfix_fields.rb', line 12486

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

Class Method Details

.fieldObject



12483
12484
12485
# File 'lib/quickfix_fields.rb', line 12483

def UserRequestType.field
	return 924
end