Class: Quickfix::PaymentScheduleStepRelativeTo

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentScheduleStepRelativeTo

Returns a new instance of PaymentScheduleStepRelativeTo.



38330
38331
38332
38333
38334
38335
38336
# File 'lib/quickfix_fields.rb', line 38330

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