Class: Quickfix::LegPaymentScheduleStepFrequencyPeriod

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

Returns a new instance of LegPaymentScheduleStepFrequencyPeriod.



32363
32364
32365
32366
32367
32368
32369
# File 'lib/quickfix_fields.rb', line 32363

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

Class Method Details

.fieldObject



32360
32361
32362
# File 'lib/quickfix_fields.rb', line 32360

def LegPaymentScheduleStepFrequencyPeriod.field
  return 40390
end