Class: Quickfix::QuoteEntryStatus

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

Returns a new instance of QuoteEntryStatus.



140274
140275
140276
140277
140278
140279
140280
# File 'ext/quickfix/QuickfixRuby.cpp', line 140274

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

Class Method Details

.fieldObject



15395
15396
15397
# File 'lib/quickfix_fields.rb', line 15395

def QuoteEntryStatus.field
	return 1167
end