Class: Quickfix::UnderlyingPaymentStreamFutureValueNotional
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingPaymentStreamFutureValueNotional
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFutureValueNotional
constructor
A new instance of UnderlyingPaymentStreamFutureValueNotional.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFutureValueNotional
Returns a new instance of UnderlyingPaymentStreamFutureValueNotional.
35327 35328 35329 35330 35331 35332 35333 |
# File 'lib/quickfix_fields.rb', line 35327 def initialize(data = nil) if( data == nil ) super(40618) else super(40618, data) end end |
Class Method Details
.field ⇒ Object
35324 35325 35326 |
# File 'lib/quickfix_fields.rb', line 35324 def UnderlyingPaymentStreamFutureValueNotional.field return 40618 end |