Class: Quickfix::InstrumentScopeSecurityAltID

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

Returns a new instance of InstrumentScopeSecurityAltID.



20715
20716
20717
20718
20719
20720
20721
# File 'lib/quickfix_fields.rb', line 20715

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

Class Method Details

.fieldObject



20712
20713
20714
# File 'lib/quickfix_fields.rb', line 20712

def InstrumentScopeSecurityAltID.field
	return 1541
end