Class: Quickfix::QuoteEntryRejectReason

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

Returns a new instance of QuoteEntryRejectReason.



57302
57303
57304
57305
57306
57307
57308
# File 'ext/quickfix/QuickfixRuby.cpp', line 57302

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

Class Method Details

.fieldObject



4514
4515
4516
# File 'lib/quickfix_fields.rb', line 4514

def QuoteEntryRejectReason.field
	return 368
end