Class: Quickfix::DeliveryStreamToleranceUnitOfMeasure

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

Returns a new instance of DeliveryStreamToleranceUnitOfMeasure.



42035
42036
42037
42038
42039
42040
42041
# File 'lib/quickfix_fields.rb', line 42035

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

Class Method Details

.fieldObject



42032
42033
42034
# File 'lib/quickfix_fields.rb', line 42032

def DeliveryStreamToleranceUnitOfMeasure.field
  return 41073
end