Class: Quickfix::UnderlyingPaymentStreamCompoundingDatesOffsetDayType

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

Class Method Details

.fieldObject



72738
72739
72740
# File 'lib/quickfix_fields.rb', line 72738

def UnderlyingPaymentStreamCompoundingDatesOffsetDayType.field
  return 42908
end