Class: Quickfix::NoQuoteSets

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

Returns a new instance of NoQuoteSets.



50024
50025
50026
50027
50028
50029
50030
# File 'ext/quickfix/QuickfixRuby.cpp', line 50024

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

Class Method Details

.fieldObject



3617
3618
3619
# File 'lib/quickfix_fields.rb', line 3617

def NoQuoteSets.field
	return 296
end