Class: Quickfix::DeliveryStreamToleranceType

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

Instance Method Summary collapse

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