Class: Quickfix::UnderlyingRepurchaseRate

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingRepurchaseRate

Returns a new instance of UnderlyingRepurchaseRate.



12226
12227
12228
12229
12230
12231
12232
# File 'lib/quickfix_fields.rb', line 12226

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

Class Method Details

.fieldObject



12223
12224
12225
# File 'lib/quickfix_fields.rb', line 12223

def UnderlyingRepurchaseRate.field
	return 245
end