Class: Quickfix::ReportingPx

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

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

Class Method Details

.fieldObject



76404
76405
76406
# File 'lib/quickfix_fields.rb', line 76404

def ReportingPx.field
  return 2750
end