Class: Quickfix::UnderlyingPaymentScheduleNotional
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingPaymentScheduleNotional
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleNotional
constructor
A new instance of UnderlyingPaymentScheduleNotional.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleNotional
Returns a new instance of UnderlyingPaymentScheduleNotional.
36016 36017 36018 36019 36020 36021 36022 |
# File 'lib/quickfix_fields.rb', line 36016 def initialize(data = nil) if( data == nil ) super(40671) else super(40671, data) end end |
Class Method Details
.field ⇒ Object
36013 36014 36015 |
# File 'lib/quickfix_fields.rb', line 36013 def .field return 40671 end |