Class: Quickfix::UnderlyingPaymentStreamRateIndexSource

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



35363
35364
35365
# File 'lib/quickfix_fields.rb', line 35363

def UnderlyingPaymentStreamRateIndexSource.field
  return 40621
end