Class: Quickfix::UnderlyingRepurchaseRate

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

Returns a new instance of UnderlyingRepurchaseRate.



5986
5987
5988
5989
5990
5991
5992
# File 'lib/quickfix_fields.rb', line 5986

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

Class Method Details

.fieldObject



5983
5984
5985
# File 'lib/quickfix_fields.rb', line 5983

def UnderlyingRepurchaseRate.field
  return 245
end