Class: Quickfix::UnderlyingPaymentScheduleFixingFirstObservationDateOffsetPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingFirstObservationDateOffsetPeriod

Returns a new instance of UnderlyingPaymentScheduleFixingFirstObservationDateOffsetPeriod.



54918
54919
54920
54921
54922
54923
54924
# File 'lib/quickfix_fields.rb', line 54918

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