Class: Quickfix::LegMakeWholeRecallSpread
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegMakeWholeRecallSpread
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegMakeWholeRecallSpread
constructor
A new instance of LegMakeWholeRecallSpread.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegMakeWholeRecallSpread
Returns a new instance of LegMakeWholeRecallSpread.
65851 65852 65853 65854 65855 65856 65857 |
# File 'lib/quickfix_fields.rb', line 65851 def initialize(data = nil) if( data == nil ) super(42396) else super(42396, data) end end |
Class Method Details
.field ⇒ Object
65848 65849 65850 |
# File 'lib/quickfix_fields.rb', line 65848 def LegMakeWholeRecallSpread.field return 42396 end |