Class: Quickfix::PaymentScheduleNotional
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::PaymentScheduleNotional
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentScheduleNotional
constructor
A new instance of PaymentScheduleNotional.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ PaymentScheduleNotional
Returns a new instance of PaymentScheduleNotional.
38148 38149 38150 38151 38152 38153 38154 |
# File 'lib/quickfix_fields.rb', line 38148 def initialize(data = nil) if( data == nil ) super(40835) else super(40835, data) end end |
Class Method Details
.field ⇒ Object
38145 38146 38147 |
# File 'lib/quickfix_fields.rb', line 38145 def PaymentScheduleNotional.field return 40835 end |