Class: Quickfix::UnderlyingPaymentStreamAveragingMethod

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

Returns a new instance of UnderlyingPaymentStreamAveragingMethod.



35574
35575
35576
35577
35578
35579
35580
# File 'lib/quickfix_fields.rb', line 35574

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

Class Method Details

.fieldObject



35571
35572
35573
# File 'lib/quickfix_fields.rb', line 35571

def UnderlyingPaymentStreamAveragingMethod.field
  return 40637
end