Class: Quickfix::StreamAssetAttributeType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StreamAssetAttributeType

Returns a new instance of StreamAssetAttributeType.



45311
45312
45313
45314
45315
45316
45317
# File 'lib/quickfix_fields.rb', line 45311

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