Class: Quickfix::UnderlyingCouponRate

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingCouponRate

Returns a new instance of UnderlyingCouponRate.



12330
12331
12332
12333
12334
12335
12336
# File 'lib/quickfix_fields.rb', line 12330

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

Class Method Details

.fieldObject



12327
12328
12329
# File 'lib/quickfix_fields.rb', line 12327

def UnderlyingCouponRate.field
  return 435
end