Class: Quickfix::UnderlyingPaymentStreamCompoundingStartDateUnadjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingStartDateUnadjusted

Returns a new instance of UnderlyingPaymentStreamCompoundingStartDateUnadjusted.



73170
73171
73172
73173
73174
73175
73176
# File 'lib/quickfix_fields.rb', line 73170

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