Class: Quickfix::NoStreamAssetAttributes

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



45295
45296
45297
# File 'lib/quickfix_fields.rb', line 45295

def NoStreamAssetAttributes.field
	return 41237
end