Class: Quickfix::NoUnderlyingReturnRates

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

Returns a new instance of NoUnderlyingReturnRates.



74379
74380
74381
74382
74383
74384
74385
# File 'lib/quickfix_fields.rb', line 74379

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

Class Method Details

.fieldObject



74376
74377
74378
# File 'lib/quickfix_fields.rb', line 74376

def NoUnderlyingReturnRates.field
	return 43034
end