Class: Quickfix::NoUnderlyingPaymentStreamCompoundingDates

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

Returns a new instance of NoUnderlyingPaymentStreamCompoundingDates.



72650
72651
72652
72653
72654
72655
72656
# File 'lib/quickfix_fields.rb', line 72650

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

Class Method Details

.fieldObject



72647
72648
72649
# File 'lib/quickfix_fields.rb', line 72647

def NoUnderlyingPaymentStreamCompoundingDates.field
  return 42901
end