Class: Quickfix::NoLegDeliveryStreamCycles

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoLegDeliveryStreamCycles

Returns a new instance of NoLegDeliveryStreamCycles.



48626
48627
48628
48629
48630
48631
48632
# File 'lib/quickfix_fields.rb', line 48626

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