Class: Quickfix::LegPaymentStubStartDateUnadjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStubStartDateUnadjusted

Returns a new instance of LegPaymentStubStartDateUnadjusted.



67164
67165
67166
67167
67168
67169
67170
# File 'lib/quickfix_fields.rb', line 67164

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