Class: Quickfix::InstrumentScopeEncodedSecurityDesc

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ InstrumentScopeEncodedSecurityDesc

Returns a new instance of InstrumentScopeEncodedSecurityDesc.



21183
21184
21185
21186
21187
21188
21189
# File 'lib/quickfix_fields.rb', line 21183

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