Class: Quickfix::NoUnderlyingReturnRatePrices

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoUnderlyingReturnRatePrices

Returns a new instance of NoUnderlyingReturnRatePrices.



74769
74770
74771
74772
74773
74774
74775
# File 'lib/quickfix_fields.rb', line 74769

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