Class: Quickfix::ReportedPxDiff

Inherits:
((swig_class *) SWIGTYPE_p_FIX__BoolField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ ReportedPxDiff

Returns a new instance of ReportedPxDiff.



136856
136857
136858
136859
136860
136861
136862
# File 'ext/quickfix/QuickfixRuby.cpp', line 136856

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

Class Method Details

.fieldObject



14953
14954
14955
# File 'lib/quickfix_fields.rb', line 14953

def ReportedPxDiff.field
  return 1134
end