Class: Quickfix::CouponRate

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CouponRate

Returns a new instance of CouponRate.



17855
17856
17857
17858
17859
17860
17861
# File 'lib/quickfix_fields.rb', line 17855

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

Class Method Details

.fieldObject



17852
17853
17854
# File 'lib/quickfix_fields.rb', line 17852

def CouponRate.field
	return 223
end