Class: Quickfix::UnderlyingReturnRateCommissionAmount

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingReturnRateCommissionAmount

Returns a new instance of UnderlyingReturnRateCommissionAmount.



74418
74419
74420
74421
74422
74423
74424
# File 'lib/quickfix_fields.rb', line 74418

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

Class Method Details

.fieldObject



74415
74416
74417
# File 'lib/quickfix_fields.rb', line 74415

def UnderlyingReturnRateCommissionAmount.field
	return 43037
end