Class: Quickfix::UnderlyingPaymentStreamCompoundingDatesOffsetDayType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingDatesOffsetDayType

Returns a new instance of UnderlyingPaymentStreamCompoundingDatesOffsetDayType.



72741
72742
72743
72744
72745
72746
72747
# File 'lib/quickfix_fields.rb', line 72741

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