Class: Quickfix::InstrumentScopeSecurityDesc

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ InstrumentScopeSecurityDesc

Returns a new instance of InstrumentScopeSecurityDesc.



20910
20911
20912
20913
20914
20915
20916
# File 'lib/quickfix_fields.rb', line 20910

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