Class: Quickfix::UnderlyingPaymentStreamCompoundingEndDateOffsetDayType

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingEndDateOffsetDayType



72910
72911
72912
72913
72914
72915
72916
# File 'lib/quickfix_fields.rb', line 72910

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