Class: Quickfix::LegPaymentScheduleStepFrequencyUnit

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegPaymentScheduleStepFrequencyUnit

Returns a new instance of LegPaymentScheduleStepFrequencyUnit.



32376
32377
32378
32379
32380
32381
32382
# File 'lib/quickfix_fields.rb', line 32376

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

Class Method Details

.fieldObject



32373
32374
32375
# File 'lib/quickfix_fields.rb', line 32373

def LegPaymentScheduleStepFrequencyUnit.field
  return 40391
end