Class: Quickfix::UnderlyingSecondaryAssetSubClass

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

Returns a new instance of UnderlyingSecondaryAssetSubClass.



27254
27255
27256
27257
27258
27259
27260
# File 'lib/quickfix_fields.rb', line 27254

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

Class Method Details

.fieldObject



27251
27252
27253
# File 'lib/quickfix_fields.rb', line 27251

def UnderlyingSecondaryAssetSubClass.field
	return 2082
end