Class: Quickfix::UnderlyingReturnRateDeterminationMethod

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

Instance Method Summary collapse

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