Class: Quickfix::UnderlyingReturnRateQuotePricingModel

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



74623
74624
74625
# File 'lib/quickfix_fields.rb', line 74623

def UnderlyingReturnRateQuotePricingModel.field
	return 43053
end