Class: Quickfix::InstrumentScopeSecurityIDSource

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

Returns a new instance of InstrumentScopeSecurityIDSource.



20689
20690
20691
20692
20693
20694
20695
# File 'lib/quickfix_fields.rb', line 20689

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

Class Method Details

.fieldObject



20686
20687
20688
# File 'lib/quickfix_fields.rb', line 20686

def InstrumentScopeSecurityIDSource.field
	return 1539
end