Class: Quickfix::SecurityListTypeSource

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

Returns a new instance of SecurityListTypeSource.



170642
170643
170644
170645
170646
170647
170648
# File 'ext/quickfix/QuickfixRuby.cpp', line 170642

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

Class Method Details

.fieldObject



19412
19413
19414
# File 'lib/quickfix_fields.rb', line 19412

def SecurityListTypeSource.field
	return 1471
end