Class: Quickfix::SecurityListDesc

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ SecurityListDesc

Returns a new instance of SecurityListDesc.



170250
170251
170252
170253
170254
170255
170256
# File 'ext/quickfix/QuickfixRuby.cpp', line 170250

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

Class Method Details

.fieldObject



19360
19361
19362
# File 'lib/quickfix_fields.rb', line 19360

def SecurityListDesc.field
	return 1467
end