Class: Quickfix::UnderlyingPaymentStreamPaymentDateOffsetDayType

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

Instance Method Summary collapse

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