Class: Quickfix::SecurityListRefID

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

Returns a new instance of SecurityListRefID.



170152
170153
170154
170155
170156
170157
170158
# File 'ext/quickfix/QuickfixRuby.cpp', line 170152

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

Class Method Details

.fieldObject



19347
19348
19349
# File 'lib/quickfix_fields.rb', line 19347

def SecurityListRefID.field
	return 1466
end