Class: Quickfix::LegDeliveryScheduleToleranceUnitOfMeasure

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

Returns a new instance of LegDeliveryScheduleToleranceUnitOfMeasure.



48093
48094
48095
48096
48097
48098
48099
# File 'lib/quickfix_fields.rb', line 48093

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

Class Method Details

.fieldObject



48090
48091
48092
# File 'lib/quickfix_fields.rb', line 48090

def LegDeliveryScheduleToleranceUnitOfMeasure.field
  return 41416
end