Class: Quickfix::UnderlyingPaymentStreamCompoundingDatesOffsetPeriod

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

Returns a new instance of UnderlyingPaymentStreamCompoundingDatesOffsetPeriod.



72715
72716
72717
72718
72719
72720
72721
# File 'lib/quickfix_fields.rb', line 72715

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

Class Method Details

.fieldObject



72712
72713
72714
# File 'lib/quickfix_fields.rb', line 72712

def UnderlyingPaymentStreamCompoundingDatesOffsetPeriod.field
  return 42906
end