Class: Quickfix::NoUnderlyingPaymentScheduleRateSources
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingPaymentScheduleRateSources
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingPaymentScheduleRateSources
constructor
A new instance of NoUnderlyingPaymentScheduleRateSources.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingPaymentScheduleRateSources
Returns a new instance of NoUnderlyingPaymentScheduleRateSources.
36445 36446 36447 36448 36449 36450 36451 |
# File 'lib/quickfix_fields.rb', line 36445 def initialize(data = nil) if( data == nil ) super(40704) else super(40704, data) end end |
Class Method Details
.field ⇒ Object
36442 36443 36444 |
# File 'lib/quickfix_fields.rb', line 36442 def NoUnderlyingPaymentScheduleRateSources.field return 40704 end |