Class: Quickfix::NoLegSecondaryAssetClasses

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

Returns a new instance of NoLegSecondaryAssetClasses.



27176
27177
27178
27179
27180
27181
27182
# File 'lib/quickfix_fields.rb', line 27176

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

Class Method Details

.fieldObject



27173
27174
27175
# File 'lib/quickfix_fields.rb', line 27173

def NoLegSecondaryAssetClasses.field
	return 2076
end