Class: Quickfix::UnderlyingPaymentScheduleRateSource
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentScheduleRateSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleRateSource
constructor
A new instance of UnderlyingPaymentScheduleRateSource.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleRateSource
Returns a new instance of UnderlyingPaymentScheduleRateSource.
36458 36459 36460 36461 36462 36463 36464 |
# File 'lib/quickfix_fields.rb', line 36458 def initialize(data = nil) if( data == nil ) super(40705) else super(40705, data) end end |
Class Method Details
.field ⇒ Object
36455 36456 36457 |
# File 'lib/quickfix_fields.rb', line 36455 def .field return 40705 end |