Class: Quickfix::UnderlyingLastPx
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::UnderlyingLastPx
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingLastPx
constructor
A new instance of UnderlyingLastPx.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingLastPx
Returns a new instance of UnderlyingLastPx.
8768 8769 8770 8771 8772 8773 8774 |
# File 'lib/quickfix_fields.rb', line 8768 def initialize(data = nil) if( data == nil ) super(651) else super(651, data) end end |