Class: Quickfix::LegReturnRateQuotePricingModel

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) ⇒ 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

Class Method Details

.fieldObject



67889
67890
67891
# File 'lib/quickfix_fields.rb', line 67889

def LegReturnRateQuotePricingModel.field
	return 42553
end