Class: Quickfix::TestReqID

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

Returns a new instance of TestReqID.



24628
24629
24630
24631
24632
24633
24634
# File 'ext/quickfix/QuickfixRuby.cpp', line 24628

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

Class Method Details

.fieldObject



328
329
330
# File 'lib/quickfix_fields.rb', line 328

def TestReqID.field
	return 112
end