Class: Quickfix::UnderlyingPaymentStreamRateIndex

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndex



35353
35354
35355
35356
35357
35358
35359
# File 'lib/quickfix_fields.rb', line 35353

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