Class: Quickfix::UnderlyingReturnRateQuoteUnits

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

Returns a new instance of UnderlyingReturnRateQuoteUnits.



74496
74497
74498
74499
74500
74501
74502
# File 'lib/quickfix_fields.rb', line 74496

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

Class Method Details

.fieldObject



74493
74494
74495
# File 'lib/quickfix_fields.rb', line 74493

def UnderlyingReturnRateQuoteUnits.field
	return 43043
end