Class: Quickfix::UnderlyingDeliveryScheduleToleranceUnitOfMeasure

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleToleranceUnitOfMeasure

Returns a new instance of UnderlyingDeliveryScheduleToleranceUnitOfMeasure.



52994
52995
52996
52997
52998
52999
53000
# File 'lib/quickfix_fields.rb', line 52994

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