Class: Quickfix::PaymentStreamRateIndex2CurveUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamRateIndex2CurveUnit

Returns a new instance of PaymentStreamRateIndex2CurveUnit.



44778
44779
44780
44781
44782
44783
44784
# File 'lib/quickfix_fields.rb', line 44778

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