Class: Quickfix::OpenInterest

Inherits:
((swig_class *) SWIGTYPE_p_FIX__DoubleField->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) ⇒ OpenInterest

Returns a new instance of OpenInterest.



99664
99665
99666
99667
99668
99669
99670
# File 'ext/quickfix/QuickfixRuby.cpp', line 99664

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

Class Method Details

.fieldObject



10065
10066
10067
# File 'lib/quickfix_fields.rb', line 10065

def OpenInterest.field
	return 746
end