Class: Quickfix::LegDeliveryStreamToleranceType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegDeliveryStreamToleranceType

Returns a new instance of LegDeliveryStreamToleranceType.



48483
48484
48485
48486
48487
48488
48489
# File 'lib/quickfix_fields.rb', line 48483

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