Class: Quickfix::NoUnderlyingPaymentStreamPaymentDates
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingPaymentStreamPaymentDates
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingPaymentStreamPaymentDates
constructor
A new instance of NoUnderlyingPaymentStreamPaymentDates.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingPaymentStreamPaymentDates
55438 55439 55440 55441 55442 55443 55444 |
# File 'lib/quickfix_fields.rb', line 55438 def initialize(data = nil) if( data == nil ) super(41937) else super(41937, data) end end |
Class Method Details
.field ⇒ Object
55435 55436 55437 |
# File 'lib/quickfix_fields.rb', line 55435 def .field return 41937 end |