Class: Quickfix::UnderlyingCouponRate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ 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