Class: Quickfix::UserRequestType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UserRequestType

Returns a new instance of UserRequestType.



2294
2295
2296
2297
2298
2299
2300
# File 'lib/quickfix_fields.rb', line 2294

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

Class Method Details

.fieldObject



2291
2292
2293
# File 'lib/quickfix_fields.rb', line 2291

def UserRequestType.field
	return 924
end