Class: Quickfix::NoLegSecurityAltID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoLegSecurityAltID

Returns a new instance of NoLegSecurityAltID.



383
384
385
386
387
388
389
# File 'lib/quickfix_fields.rb', line 383

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

Class Method Details

.fieldObject



380
381
382
# File 'lib/quickfix_fields.rb', line 380

def NoLegSecurityAltID.field
	return 604
end