Class: Quickfix::ReportedPxDiff
- Inherits:
-
BoolField
- Object
- BoolField
- Quickfix::ReportedPxDiff
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ReportedPxDiff
constructor
A new instance of ReportedPxDiff.
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
.field ⇒ Object
4878 4879 4880 |
# File 'lib/quickfix_fields.rb', line 4878 def ReportedPxDiff.field return 1134 end |