Class: Quickfix::UnderlyingPaymentStreamCompoundingDatesRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamCompoundingDatesRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingDatesRelativeTo
constructor
A new instance of UnderlyingPaymentStreamCompoundingDatesRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingDatesRelativeTo
Returns a new instance of UnderlyingPaymentStreamCompoundingDatesRelativeTo.
72702 72703 72704 72705 72706 72707 72708 |
# File 'lib/quickfix_fields.rb', line 72702 def initialize(data = nil) if( data == nil ) super(42905) else super(42905, data) end end |
Class Method Details
.field ⇒ Object
72699 72700 72701 |
# File 'lib/quickfix_fields.rb', line 72699 def UnderlyingPaymentStreamCompoundingDatesRelativeTo.field return 42905 end |