Class: Quickfix::InstrumentScopeSecurityAltIDSource

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ InstrumentScopeSecurityAltIDSource

Returns a new instance of InstrumentScopeSecurityAltIDSource.



20728
20729
20730
20731
20732
20733
20734
# File 'lib/quickfix_fields.rb', line 20728

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

Class Method Details

.fieldObject



20725
20726
20727
# File 'lib/quickfix_fields.rb', line 20725

def InstrumentScopeSecurityAltIDSource.field
	return 1542
end