Class: Quickfix::ReportedPxDiff

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ReportedPxDiff

Returns a new instance of ReportedPxDiff.



4881
4882
4883
4884
4885
4886
4887
# File 'lib/quickfix_fields.rb', line 4881

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

Class Method Details

.fieldObject



4878
4879
4880
# File 'lib/quickfix_fields.rb', line 4878

def ReportedPxDiff.field
  return 1134
end