Class: Quickfix::UnderlyingLastPx
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::UnderlyingLastPx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
9535 9536 9537 9538 9539 9540 9541 |
# File 'lib/quickfix_fields.rb', line 9535 def initialize(data = nil) if( data == nil ) super(651) else super(651, data) end end |
Class Method Details
.field ⇒ Object
9532 9533 9534 |
# File 'lib/quickfix_fields.rb', line 9532 def UnderlyingLastPx.field return 651 end |