Class: Quickfix::PaymentScheduleStepFrequencyPeriod

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) ⇒ PaymentScheduleStepFrequencyPeriod

Returns a new instance of PaymentScheduleStepFrequencyPeriod.



38265
38266
38267
38268
38269
38270
38271
# File 'lib/quickfix_fields.rb', line 38265

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

Class Method Details

.fieldObject



38262
38263
38264
# File 'lib/quickfix_fields.rb', line 38262

def PaymentScheduleStepFrequencyPeriod.field
	return 40844
end