Class: Quickfix::LegLastPx
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegLastPx
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegLastPx
constructor
A new instance of LegLastPx.
Constructor Details
#initialize(data = nil) ⇒ LegLastPx
Returns a new instance of LegLastPx.
8586 8587 8588 8589 8590 8591 8592 |
# File 'lib/quickfix_fields.rb', line 8586 def initialize(data = nil) if( data == nil ) super(637) else super(637, data) end end |