Class: Quickfix::UnderlyingDeliveryStreamImporterOfRecord

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDeliveryStreamImporterOfRecord

Returns a new instance of UnderlyingDeliveryStreamImporterOfRecord.



53332
53333
53334
53335
53336
53337
53338
# File 'lib/quickfix_fields.rb', line 53332

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