Class: Quickfix::ReportedPx

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ReportedPx

Returns a new instance of ReportedPx.



11667
11668
11669
11670
11671
11672
11673
# File 'lib/quickfix_fields.rb', line 11667

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