Class: Quickfix::UnderlyingDeliveryStreamToleranceUnitOfMeasure

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

Returns a new instance of UnderlyingDeliveryStreamToleranceUnitOfMeasure.



53371
53372
53373
53374
53375
53376
53377
# File 'lib/quickfix_fields.rb', line 53371

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

Class Method Details

.fieldObject



53368
53369
53370
# File 'lib/quickfix_fields.rb', line 53368

def UnderlyingDeliveryStreamToleranceUnitOfMeasure.field
  return 41792
end