Class: Quickfix::ReportedPxDiff
- Inherits:
-
BoolField
- Object
- BoolField
- Quickfix::ReportedPxDiff
- Defined in:
- lib/quickfix_fields.rb
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.
15086 15087 15088 15089 15090 15091 15092 |
# File 'lib/quickfix_fields.rb', line 15086 def initialize(data = nil) if( data == nil ) super(1134) else super(1134, data) end end |