Class: Quickfix::UnderlyingPaymentScheduleFixingFirstObservationDateOffsetUnit

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingFirstObservationDateOffsetUnit

Returns a new instance of UnderlyingPaymentScheduleFixingFirstObservationDateOffsetUnit.



54931
54932
54933
54934
54935
54936
54937
# File 'lib/quickfix_fields.rb', line 54931

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

Class Method Details

.fieldObject



54928
54929
54930
# File 'lib/quickfix_fields.rb', line 54928

def UnderlyingPaymentScheduleFixingFirstObservationDateOffsetUnit.field
  return 41896
end