Class: Quickfix::UnderlyingPaymentStreamCompoundingEndDateOffsetPeriod

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

Instance Method Summary collapse

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