Class: Quickfix::InstrumentScopeSymbolSfx

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

Returns a new instance of InstrumentScopeSymbolSfx.



20663
20664
20665
20666
20667
20668
20669
# File 'lib/quickfix_fields.rb', line 20663

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

Class Method Details

.fieldObject



20660
20661
20662
# File 'lib/quickfix_fields.rb', line 20660

def InstrumentScopeSymbolSfx.field
	return 1537
end