Class: Quickfix::UnderlyingReturnRateAmountRelativeTo

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



74467
74468
74469
# File 'lib/quickfix_fields.rb', line 74467

def UnderlyingReturnRateAmountRelativeTo.field
	return 43041
end