Class: Quickfix::UnderlyingDeliveryStreamToleranceUnitOfMeasure

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

Instance Method Summary collapse

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