Class: Quickfix::UnderlyingPaymentStreamCompoundingEndDateOffsetDayType

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

Returns a new instance of 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

Class Method Details

.fieldObject



72907
72908
72909
# File 'lib/quickfix_fields.rb', line 72907

def UnderlyingPaymentStreamCompoundingEndDateOffsetDayType.field
  return 42921
end