Class: Quickfix::ReportedPxDiff

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ReportedPxDiff

Returns a new instance of ReportedPxDiff.



15086
15087
15088
15089
15090
15091
15092
# File 'lib/quickfix_fields.rb', line 15086

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