Class: Quickfix::DeliveryScheduleToleranceUnitOfMeasure

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

Returns a new instance of DeliveryScheduleToleranceUnitOfMeasure.



41658
41659
41660
41661
41662
41663
41664
# File 'lib/quickfix_fields.rb', line 41658

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

Class Method Details

.fieldObject



41655
41656
41657
# File 'lib/quickfix_fields.rb', line 41655

def DeliveryScheduleToleranceUnitOfMeasure.field
  return 41045
end