Class: Quickfix::UnderlyingMakeWholeRecallSpread
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingMakeWholeRecallSpread
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingMakeWholeRecallSpread
constructor
A new instance of UnderlyingMakeWholeRecallSpread.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingMakeWholeRecallSpread
Returns a new instance of UnderlyingMakeWholeRecallSpread.
72533 72534 72535 72536 72537 72538 72539 |
# File 'lib/quickfix_fields.rb', line 72533 def initialize(data = nil) if( data == nil ) super(42892) else super(42892, data) end end |
Class Method Details
.field ⇒ Object
72530 72531 72532 |
# File 'lib/quickfix_fields.rb', line 72530 def .field return 42892 end |