Class: Quickfix::UnderlyingPaymentScheduleFixingFirstObservationDateOffsetPeriod

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

Class Method Details

.fieldObject



54915
54916
54917
# File 'lib/quickfix_fields.rb', line 54915

def UnderlyingPaymentScheduleFixingFirstObservationDateOffsetPeriod.field
  return 41895
end