Class: Quickfix::UnderlyingDeliveryStreamCycleDesc

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDeliveryStreamCycleDesc

Returns a new instance of UnderlyingDeliveryStreamCycleDesc.



53540
53541
53542
53543
53544
53545
53546
# File 'lib/quickfix_fields.rb', line 53540

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