Class: Quickfix::DeliveryStreamToleranceType

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

Returns a new instance of DeliveryStreamToleranceType.



42048
42049
42050
42051
42052
42053
42054
# File 'lib/quickfix_fields.rb', line 42048

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

Class Method Details

.fieldObject



42045
42046
42047
# File 'lib/quickfix_fields.rb', line 42045

def DeliveryStreamToleranceType.field
	return 41074
end