Class: Quickfix::QuoteRejectReason

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

Returns a new instance of QuoteRejectReason.



50416
50417
50418
50419
50420
50421
50422
# File 'ext/quickfix/QuickfixRuby.cpp', line 50416

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

Class Method Details

.fieldObject



3669
3670
3671
# File 'lib/quickfix_fields.rb', line 3669

def QuoteRejectReason.field
	return 300
end