Class: Quickfix::NoLegAdditionalTerms

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

Returns a new instance of NoLegAdditionalTerms.



46585
46586
46587
46588
46589
46590
46591
# File 'lib/quickfix_fields.rb', line 46585

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

Class Method Details

.fieldObject



46582
46583
46584
# File 'lib/quickfix_fields.rb', line 46582

def NoLegAdditionalTerms.field
	return 41335
end