Class: Quickfix::LegSecurityAltIDSource

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegSecurityAltIDSource

Returns a new instance of LegSecurityAltIDSource.



14969
14970
14971
14972
14973
14974
14975
# File 'lib/quickfix_fields.rb', line 14969

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

Class Method Details

.fieldObject



14966
14967
14968
# File 'lib/quickfix_fields.rb', line 14966

def LegSecurityAltIDSource.field
	return 606
end