Class: Quickfix::PaymentFixedRate

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

Returns a new instance of PaymentFixedRate.



77733
77734
77735
77736
77737
77738
77739
# File 'lib/quickfix_fields.rb', line 77733

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

Class Method Details

.fieldObject



77730
77731
77732
# File 'lib/quickfix_fields.rb', line 77730

def PaymentFixedRate.field
	return 43097
end