Class: Quickfix::UnderlyingPaymentStreamCompoundingEndDateOffsetPeriod

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

Returns a new instance of UnderlyingPaymentStreamCompoundingEndDateOffsetPeriod.



72884
72885
72886
72887
72888
72889
72890
# File 'lib/quickfix_fields.rb', line 72884

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

Class Method Details

.fieldObject



72881
72882
72883
# File 'lib/quickfix_fields.rb', line 72881

def UnderlyingPaymentStreamCompoundingEndDateOffsetPeriod.field
  return 42919
end