Class: Quickfix::UnderlyingPaymentStreamCompoundingEndDateUnadjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingEndDateUnadjusted

Returns a new instance of UnderlyingPaymentStreamCompoundingEndDateUnadjusted.



72858
72859
72860
72861
72862
72863
72864
# File 'lib/quickfix_fields.rb', line 72858

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