Class: Quickfix::ReportingPx
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::ReportingPx
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ReportingPx
constructor
A new instance of ReportingPx.
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 |