Class: Quickfix::LegPaymentStreamFutureValueNotional
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegPaymentStreamFutureValueNotional
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamFutureValueNotional
constructor
A new instance of LegPaymentStreamFutureValueNotional.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamFutureValueNotional
Returns a new instance of LegPaymentStreamFutureValueNotional.
31570 31571 31572 31573 31574 31575 31576 |
# File 'lib/quickfix_fields.rb', line 31570 def initialize(data = nil) if( data == nil ) super(40329) else super(40329, data) end end |
Class Method Details
.field ⇒ Object
31567 31568 31569 |
# File 'lib/quickfix_fields.rb', line 31567 def LegPaymentStreamFutureValueNotional.field return 40329 end |