Class: Quickfix::StreamAssetAttributeLimit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StreamAssetAttributeLimit



45337
45338
45339
45340
45341
45342
45343
# File 'lib/quickfix_fields.rb', line 45337

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