Class: Quickfix::UnderlyingPaymentStubStartDateUnadjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStubStartDateUnadjusted

Returns a new instance of UnderlyingPaymentStubStartDateUnadjusted.



73846
73847
73848
73849
73850
73851
73852
# File 'lib/quickfix_fields.rb', line 73846

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