Class: Quickfix::UnderlyingPaymentStreamRateIndex2Source

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) ⇒ UnderlyingPaymentStreamRateIndex2Source

Returns a new instance of UnderlyingPaymentStreamRateIndex2Source.



78474
78475
78476
78477
78478
78479
78480
# File 'lib/quickfix_fields.rb', line 78474

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

Class Method Details

.fieldObject



78471
78472
78473
# File 'lib/quickfix_fields.rb', line 78471

def UnderlyingPaymentStreamRateIndex2Source.field
  return 43121
end