Class: Quickfix::UnderlyingPaymentStubStartDateAdjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStubStartDateAdjusted

Returns a new instance of UnderlyingPaymentStubStartDateAdjusted.



73924
73925
73926
73927
73928
73929
73930
# File 'lib/quickfix_fields.rb', line 73924

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