Class: Quickfix::UnderlyingCouponRate

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

Returns a new instance of UnderlyingCouponRate.



5440
5441
5442
5443
5444
5445
5446
# File 'lib/quickfix_fields.rb', line 5440

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

Class Method Details

.fieldObject



5437
5438
5439
# File 'lib/quickfix_fields.rb', line 5437

def UnderlyingCouponRate.field
  return 435
end