Class: Quickfix::UnderlyingPaymentStreamPaymentDateOffsetDayType

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

Returns a new instance of UnderlyingPaymentStreamPaymentDateOffsetDayType.



34976
34977
34978
34979
34980
34981
34982
# File 'lib/quickfix_fields.rb', line 34976

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

Class Method Details

.fieldObject



34973
34974
34975
# File 'lib/quickfix_fields.rb', line 34973

def UnderlyingPaymentStreamPaymentDateOffsetDayType.field
  return 40591
end