Class: Quickfix::LegPaymentStubStartDateRelativeTo

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStubStartDateRelativeTo

Returns a new instance of LegPaymentStubStartDateRelativeTo.



67190
67191
67192
67193
67194
67195
67196
# File 'lib/quickfix_fields.rb', line 67190

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