Class: Quickfix::UnderlyingReturnRateDeterminationMethod

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

Returns a new instance of UnderlyingReturnRateDeterminationMethod.



74457
74458
74459
74460
74461
74462
74463
# File 'lib/quickfix_fields.rb', line 74457

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

Class Method Details

.fieldObject



74454
74455
74456
# File 'lib/quickfix_fields.rb', line 74454

def UnderlyingReturnRateDeterminationMethod.field
	return 43040
end