Class: Quickfix::NoStreamAssetAttributes

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoStreamAssetAttributes

Returns a new instance of NoStreamAssetAttributes.



45298
45299
45300
45301
45302
45303
45304
# File 'lib/quickfix_fields.rb', line 45298

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