Class: Quickfix::PaymentStreamCompoundingEndDateOffsetDayType

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

Returns a new instance of PaymentStreamCompoundingEndDateOffsetDayType.



68802
68803
68804
68805
68806
68807
68808
# File 'lib/quickfix_fields.rb', line 68802

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

Class Method Details

.fieldObject



68799
68800
68801
# File 'lib/quickfix_fields.rb', line 68799

def PaymentStreamCompoundingEndDateOffsetDayType.field
  return 42626
end