Class: Quickfix::SecurityListType

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->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) ⇒ SecurityListType

Returns a new instance of SecurityListType.



170544
170545
170546
170547
170548
170549
170550
# File 'ext/quickfix/QuickfixRuby.cpp', line 170544

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

Class Method Details

.fieldObject



19399
19400
19401
# File 'lib/quickfix_fields.rb', line 19399

def SecurityListType.field
	return 1470
end