Class: Quickfix::UnderlyingReturnRateQuotePricingModel

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingReturnRateQuotePricingModel

Returns a new instance of UnderlyingReturnRateQuotePricingModel.



74626
74627
74628
74629
74630
74631
74632
# File 'lib/quickfix_fields.rb', line 74626

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