Class: Quickfix::PaymentStreamFutureValueNotional
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::PaymentStreamFutureValueNotional
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamFutureValueNotional
constructor
A new instance of PaymentStreamFutureValueNotional.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamFutureValueNotional
37524 37525 37526 37527 37528 37529 37530 |
# File 'lib/quickfix_fields.rb', line 37524 def initialize(data = nil) if( data == nil ) super(40787) else super(40787, data) end end |
Class Method Details
.field ⇒ Object
37521 37522 37523 |
# File 'lib/quickfix_fields.rb', line 37521 def PaymentStreamFutureValueNotional.field return 40787 end |