Class: Quickfix::DerivativeCapPrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::DerivativeCapPrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeCapPrice
constructor
A new instance of DerivativeCapPrice.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ DerivativeCapPrice
Returns a new instance of DerivativeCapPrice.
17517 17518 17519 17520 17521 17522 17523 |
# File 'lib/quickfix_fields.rb', line 17517 def initialize(data = nil) if( data == nil ) super(1321) else super(1321, data) end end |
Class Method Details
.field ⇒ Object
17514 17515 17516 |
# File 'lib/quickfix_fields.rb', line 17514 def DerivativeCapPrice.field return 1321 end |