Class: Quickfix::LegPaymentScheduleStepUnitOfMeasure

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



49835
49836
49837
49838
49839
49840
49841
# File 'lib/quickfix_fields.rb', line 49835

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

Class Method Details

.fieldObject



49832
49833
49834
# File 'lib/quickfix_fields.rb', line 49832

def LegPaymentScheduleStepUnitOfMeasure.field
  return 41542
end