Class: Quickfix::ReportedPx

Inherits:
DoubleField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ReportedPx

Returns a new instance of ReportedPx.



16165
16166
16167
16168
16169
16170
16171
# File 'lib/quickfix_fields.rb', line 16165

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

Class Method Details

.fieldObject



16162
16163
16164
# File 'lib/quickfix_fields.rb', line 16162

def ReportedPx.field
	return 861
end