Class: Quickfix::NoUnderlyingReturnRates

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

Instance Method Summary collapse

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