Class: Quickfix::UnderlyingPx
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::UnderlyingPx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPx
constructor
A new instance of UnderlyingPx.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPx
Returns a new instance of UnderlyingPx.
2658 2659 2660 2661 2662 2663 2664 |
# File 'lib/quickfix_fields.rb', line 2658 def initialize(data = nil) if( data == nil ) super(810) else super(810, data) end end |
Class Method Details
.field ⇒ Object
2655 2656 2657 |
# File 'lib/quickfix_fields.rb', line 2655 def UnderlyingPx.field return 810 end |