Class: Quickfix::PrevClosePx

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

Returns a new instance of PrevClosePx.



39060
39061
39062
39063
39064
39065
39066
# File 'ext/quickfix/QuickfixRuby.cpp', line 39060

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

Class Method Details

.fieldObject



2174
2175
2176
# File 'lib/quickfix_fields.rb', line 2174

def PrevClosePx.field
	return 140
end