Class: Quickfix::TotNoCxldQuotes

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

Returns a new instance of TotNoCxldQuotes.



140372
140373
140374
140375
140376
140377
140378
# File 'ext/quickfix/QuickfixRuby.cpp', line 140372

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

Class Method Details

.fieldObject



15408
15409
15410
# File 'lib/quickfix_fields.rb', line 15408

def TotNoCxldQuotes.field
	return 1168
end