Class: Quickfix::NoAssetAttributes

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

Returns a new instance of NoAssetAttributes.



40618
40619
40620
40621
40622
40623
40624
# File 'lib/quickfix_fields.rb', line 40618

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

Class Method Details

.fieldObject



40615
40616
40617
# File 'lib/quickfix_fields.rb', line 40615

def NoAssetAttributes.field
	return 2304
end