Class: Quickfix::NoLegAdditionalTerms

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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