Class: Quickfix::NoLegStreamAssetAttributes

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) ⇒ NoLegStreamAssetAttributes

Returns a new instance of NoLegStreamAssetAttributes.



48574
48575
48576
48577
48578
48579
48580
# File 'lib/quickfix_fields.rb', line 48574

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

Class Method Details

.fieldObject



48571
48572
48573
# File 'lib/quickfix_fields.rb', line 48571

def NoLegStreamAssetAttributes.field
	return 41452
end