Class: Quickfix::UnderlyingCapPrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingCapPrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCapPrice
constructor
A new instance of UnderlyingCapPrice.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCapPrice
Returns a new instance of UnderlyingCapPrice.
26617 26618 26619 26620 26621 26622 26623 |
# File 'lib/quickfix_fields.rb', line 26617 def initialize(data = nil) if( data == nil ) super(2033) else super(2033, data) end end |
Class Method Details
.field ⇒ Object
26614 26615 26616 |
# File 'lib/quickfix_fields.rb', line 26614 def .field return 2033 end |