Class: Quickfix::QuoteRequestType

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

Returns a new instance of QuoteRequestType.



50710
50711
50712
50713
50714
50715
50716
# File 'ext/quickfix/QuickfixRuby.cpp', line 50710

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

Class Method Details

.fieldObject



3708
3709
3710
# File 'lib/quickfix_fields.rb', line 3708

def QuoteRequestType.field
	return 303
end