Class: Quickfix::UnderlyingDeliveryScheduleToleranceType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleToleranceType

Returns a new instance of UnderlyingDeliveryScheduleToleranceType.



53007
53008
53009
53010
53011
53012
53013
# File 'lib/quickfix_fields.rb', line 53007

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

Class Method Details

.fieldObject



53004
53005
53006
# File 'lib/quickfix_fields.rb', line 53004

def UnderlyingDeliveryScheduleToleranceType.field
	return 41765
end