Class: Quickfix::UnderlyingPaymentStreamRateIndexSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndexSource

Returns a new instance of UnderlyingPaymentStreamRateIndexSource.



35366
35367
35368
35369
35370
35371
35372
# File 'lib/quickfix_fields.rb', line 35366

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