Class: Quickfix::RegistRefID

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

Returns a new instance of RegistRefID.



75188
75189
75190
75191
75192
75193
75194
# File 'ext/quickfix/QuickfixRuby.cpp', line 75188

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

Class Method Details

.fieldObject



6841
6842
6843
# File 'lib/quickfix_fields.rb', line 6841

def RegistRefID.field
	return 508
end