Class: Quickfix::UnderlyingDeliveryScheduleToleranceUnitOfMeasure

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

Class Method Details

.fieldObject



52991
52992
52993
# File 'lib/quickfix_fields.rb', line 52991

def UnderlyingDeliveryScheduleToleranceUnitOfMeasure.field
	return 41764
end