Class: Quickfix::LegPaymentScheduleStepRelativeTo

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentScheduleStepRelativeTo

Returns a new instance of LegPaymentScheduleStepRelativeTo.



32428
32429
32430
32431
32432
32433
32434
# File 'lib/quickfix_fields.rb', line 32428

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