Class: Quickfix::TotNoRejQuotes

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

Returns a new instance of TotNoRejQuotes.



140568
140569
140570
140571
140572
140573
140574
# File 'ext/quickfix/QuickfixRuby.cpp', line 140568

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

Class Method Details

.fieldObject



15434
15435
15436
# File 'lib/quickfix_fields.rb', line 15434

def TotNoRejQuotes.field
	return 1170
end