Class: Quickfix::LegReturnRateQuotePricingModel

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegReturnRateQuotePricingModel

Returns a new instance of LegReturnRateQuotePricingModel.



67892
67893
67894
67895
67896
67897
67898
# File 'lib/quickfix_fields.rb', line 67892

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