Class: Quickfix::ReportedPx
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::ReportedPx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
16165 16166 16167 16168 16169 16170 16171 |
# File 'lib/quickfix_fields.rb', line 16165 def initialize(data = nil) if( data == nil ) super(861) else super(861, data) end end |
Class Method Details
.field ⇒ Object
16162 16163 16164 |
# File 'lib/quickfix_fields.rb', line 16162 def ReportedPx.field return 861 end |