Class: Quickfix::NoUnderlyingPaymentStreamFixingDates
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingPaymentStreamFixingDates
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingPaymentStreamFixingDates
constructor
A new instance of NoUnderlyingPaymentStreamFixingDates.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingPaymentStreamFixingDates
Returns a new instance of NoUnderlyingPaymentStreamFixingDates.
73352 73353 73354 73355 73356 73357 73358 |
# File 'lib/quickfix_fields.rb', line 73352 def initialize(data = nil) if( data == nil ) super(42955) else super(42955, data) end end |
Class Method Details
.field ⇒ Object
73349 73350 73351 |
# File 'lib/quickfix_fields.rb', line 73349 def .field return 42955 end |