Class: Quickfix::ReportedPx
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::ReportedPx
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ReportedPx
constructor
A new instance of ReportedPx.
Constructor Details
#initialize(data = nil) ⇒ ReportedPx
Returns a new instance of ReportedPx.
11667 11668 11669 11670 11671 11672 11673 |
# File 'lib/quickfix_fields.rb', line 11667 def initialize(data = nil) if( data == nil ) super(861) else super(861, data) end end |