Class: Quickfix::QuoteSetID

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

Returns a new instance of QuoteSetID.



50612
50613
50614
50615
50616
50617
50618
# File 'ext/quickfix/QuickfixRuby.cpp', line 50612

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

Class Method Details

.fieldObject



3695
3696
3697
# File 'lib/quickfix_fields.rb', line 3695

def QuoteSetID.field
	return 302
end