Class: Quickfix::RegistID

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

Returns a new instance of RegistID.



75678
75679
75680
75681
75682
75683
75684
# File 'ext/quickfix/QuickfixRuby.cpp', line 75678

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

Class Method Details

.fieldObject



6906
6907
6908
# File 'lib/quickfix_fields.rb', line 6906

def RegistID.field
	return 513
end