Class: Quickfix::UnderlyingMakeWholeAmount
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingMakeWholeAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingMakeWholeAmount
constructor
A new instance of UnderlyingMakeWholeAmount.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingMakeWholeAmount
72494 72495 72496 72497 72498 72499 72500 |
# File 'lib/quickfix_fields.rb', line 72494 def initialize(data = nil) if( data == nil ) super(42889) else super(42889, data) end end |
Class Method Details
.field ⇒ Object
72491 72492 72493 |
# File 'lib/quickfix_fields.rb', line 72491 def .field return 42889 end |