Class: Quickfix::RiskFreeRate

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RiskFreeRate

Returns a new instance of RiskFreeRate.



17205
17206
17207
17208
17209
17210
17211
# File 'lib/quickfix_fields.rb', line 17205

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

Class Method Details

.fieldObject



17202
17203
17204
# File 'lib/quickfix_fields.rb', line 17202

def RiskFreeRate.field
  return 1190
end