Class: Quickfix::LegPaymentStubEndDateRelativeTo

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStubEndDateRelativeTo

Returns a new instance of LegPaymentStubEndDateRelativeTo.



67073
67074
67075
67076
67077
67078
67079
# File 'lib/quickfix_fields.rb', line 67073

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