Class: Quickfix::LegDeliveryStreamEntryPoint

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegDeliveryStreamEntryPoint

Returns a new instance of LegDeliveryStreamEntryPoint.



48288
48289
48290
48291
48292
48293
48294
# File 'lib/quickfix_fields.rb', line 48288

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