Class: Quickfix::PaymentScheduleStepOffsetValue

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentScheduleStepOffsetValue

Returns a new instance of PaymentScheduleStepOffsetValue.



38291
38292
38293
38294
38295
38296
38297
# File 'lib/quickfix_fields.rb', line 38291

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

Class Method Details

.fieldObject



38288
38289
38290
# File 'lib/quickfix_fields.rb', line 38288

def PaymentScheduleStepOffsetValue.field
	return 40846
end