Class: Quickfix::LegDeliveryStreamImporterOfRecord

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegDeliveryStreamImporterOfRecord

Returns a new instance of LegDeliveryStreamImporterOfRecord.



48431
48432
48433
48434
48435
48436
48437
# File 'lib/quickfix_fields.rb', line 48431

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