Class: Quickfix::ReportingPx

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ReportingPx

Returns a new instance of ReportingPx.



76407
76408
76409
76410
76411
76412
76413
# File 'lib/quickfix_fields.rb', line 76407

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