Class: Quickfix::MakeWholeRecallSpread
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::MakeWholeRecallSpread
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MakeWholeRecallSpread
constructor
A new instance of MakeWholeRecallSpread.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ MakeWholeRecallSpread
Returns a new instance of MakeWholeRecallSpread.
68399 68400 68401 68402 68403 68404 68405 |
# File 'lib/quickfix_fields.rb', line 68399 def initialize(data = nil) if( data == nil ) super(42595) else super(42595, data) end end |
Class Method Details
.field ⇒ Object
68396 68397 68398 |
# File 'lib/quickfix_fields.rb', line 68396 def MakeWholeRecallSpread.field return 42595 end |