Class: Quickfix::InstrumentScopeRestructuringType

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

Returns a new instance of InstrumentScopeRestructuringType.



20845
20846
20847
20848
20849
20850
20851
# File 'lib/quickfix_fields.rb', line 20845

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

Class Method Details

.fieldObject



20842
20843
20844
# File 'lib/quickfix_fields.rb', line 20842

def InstrumentScopeRestructuringType.field
	return 1551
end