Class: Quickfix::ReportedPx

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

Returns a new instance of ReportedPx.



110812
110813
110814
110815
110816
110817
110818
# File 'ext/quickfix/QuickfixRuby.cpp', line 110812

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

Class Method Details

.fieldObject



11521
11522
11523
# File 'lib/quickfix_fields.rb', line 11521

def ReportedPx.field
	return 861
end