Class: Quickfix::RateSourceType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RateSourceType

Returns a new instance of RateSourceType.



4296
4297
4298
4299
4300
4301
4302
# File 'lib/quickfix_fields.rb', line 4296

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

Class Method Details

.fieldObject



4293
4294
4295
# File 'lib/quickfix_fields.rb', line 4293

def RateSourceType.field
	return 1447
end