Class: Quickfix::UnderlyingReturnRateAmountRelativeTo

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingReturnRateAmountRelativeTo

Returns a new instance of UnderlyingReturnRateAmountRelativeTo.



74470
74471
74472
74473
74474
74475
74476
# File 'lib/quickfix_fields.rb', line 74470

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