Class: Quickfix::LegDeliveryStreamCycleDesc

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegDeliveryStreamCycleDesc

Returns a new instance of LegDeliveryStreamCycleDesc.



48639
48640
48641
48642
48643
48644
48645
# File 'lib/quickfix_fields.rb', line 48639

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