Class: Quickfix::AssetSubClass

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

Returns a new instance of AssetSubClass.



25395
25396
25397
25398
25399
25400
25401
# File 'lib/quickfix_fields.rb', line 25395

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

Class Method Details

.fieldObject



25392
25393
25394
# File 'lib/quickfix_fields.rb', line 25392

def AssetSubClass.field
	return 1939
end