Class: Quickfix::QuoteAckStatus

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

Returns a new instance of QuoteAckStatus.



50122
50123
50124
50125
50126
50127
50128
# File 'ext/quickfix/QuickfixRuby.cpp', line 50122

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

Class Method Details

.fieldObject



3630
3631
3632
# File 'lib/quickfix_fields.rb', line 3630

def QuoteAckStatus.field
	return 297
end