Class: Quickfix::LegRepurchaseRate

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegRepurchaseRate

Returns a new instance of LegRepurchaseRate.



18856
18857
18858
18859
18860
18861
18862
# File 'lib/quickfix_fields.rb', line 18856

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

Class Method Details

.fieldObject



18853
18854
18855
# File 'lib/quickfix_fields.rb', line 18853

def LegRepurchaseRate.field
	return 252
end