Class: Quickfix::UnderlyingPaymentScheduleStepRelativeTo

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentScheduleStepRelativeTo

Returns a new instance of UnderlyingPaymentScheduleStepRelativeTo.



36198
36199
36200
36201
36202
36203
36204
# File 'lib/quickfix_fields.rb', line 36198

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

Class Method Details

.fieldObject



36195
36196
36197
# File 'lib/quickfix_fields.rb', line 36195

def UnderlyingPaymentScheduleStepRelativeTo.field
	return 40685
end